v

voidframework-persistence-hibernate

文件下载
文件名 操作
voidframework-persistence-hibernate-1.14.0.jar 下载
voidframework-persistence-hibernate-1.14.0.pom 下载
voidframework-persistence-hibernate-1.14.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>dev.voidframework</groupId>
  <artifactId>voidframework-persistence-hibernate</artifactId>
  <version>1.14.0</version>
</dependency>
Gradle Groovy
implementation 'dev.voidframework:voidframework-persistence-hibernate:1.14.0'
Gradle Kotlin
implementation("dev.voidframework:voidframework-persistence-hibernate:1.14.0")
Scala SBT
libraryDependencies += "dev.voidframework" % "voidframework-persistence-hibernate" % "1.14.0"
Groovy Grape
@Grapes(
  @Grab(group='dev.voidframework', module='voidframework-persistence-hibernate', version='1.14.0')
)
Apache Ivy
<dependency org="dev.voidframework" name="voidframework-persistence-hibernate" rev="1.14.0" />
Leiningen
[dev.voidframework/voidframework-persistence-hibernate "1.14.0"]
Apache Buildr
'dev.voidframework:voidframework-persistence-hibernate:jar:1.14.0'