b

beangle-hibernate-core

Hibernate Orm Core Shade,Support Scala Collection
http://beangle.github.io
GNU Lesser General Public License
The Hibernate Development Team
Files download
File Operation
beangle-hibernate-core-6.2.9.Final.jar download
beangle-hibernate-core-6.2.9.Final.pom download
beangle-hibernate-core-6.2.9.Final-sources.jar download
Apache Maven
<dependency>
  <groupId>org.beangle.hibernate</groupId>
  <artifactId>beangle-hibernate-core</artifactId>
  <version>6.2.9.Final</version>
</dependency>
Gradle Groovy
implementation 'org.beangle.hibernate:beangle-hibernate-core:6.2.9.Final'
Gradle Kotlin
implementation("org.beangle.hibernate:beangle-hibernate-core:6.2.9.Final")
Scala SBT
libraryDependencies += "org.beangle.hibernate" % "beangle-hibernate-core" % "6.2.9.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.beangle.hibernate', module='beangle-hibernate-core', version='6.2.9.Final')
)
Apache Ivy
<dependency org="org.beangle.hibernate" name="beangle-hibernate-core" rev="6.2.9.Final" />
Leiningen
[org.beangle.hibernate/beangle-hibernate-core "6.2.9.Final"]
Apache Buildr
'org.beangle.hibernate:beangle-hibernate-core:jar:6.2.9.Final'