| Categories |
CategoriesHibernate Data ORM |
|---|---|
| GroupId | GroupIdcom.github.microtweak |
| ArtifactId | ArtifactIdjbx4j-hibernate |
| Version | Version1.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jbx4j-hibernate-1.1.0.pom | |
| jbx4j-hibernate-1.1.0.jar | 4 KB |
| jbx4j-hibernate-1.1.0-sources.jar | 3 KB |
| jbx4j-hibernate-1.1.0-javadoc.jar | 400 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.microtweak/jbx4j-hibernate/ -->
<dependency>
<groupId>com.github.microtweak</groupId>
<artifactId>jbx4j-hibernate</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.microtweak/jbx4j-hibernate/
implementation 'com.github.microtweak:jbx4j-hibernate:1.1.0'
// https://jarcasting.com/artifacts/com.github.microtweak/jbx4j-hibernate/
implementation ("com.github.microtweak:jbx4j-hibernate:1.1.0")
'com.github.microtweak:jbx4j-hibernate:jar:1.1.0'
<dependency org="com.github.microtweak" name="jbx4j-hibernate" rev="1.1.0">
<artifact name="jbx4j-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.microtweak', module='jbx4j-hibernate', version='1.1.0')
)
libraryDependencies += "com.github.microtweak" % "jbx4j-hibernate" % "1.1.0"
[com.github.microtweak/jbx4j-hibernate "1.1.0"]