Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdorg.jlot |
ArtifactId | ArtifactIdjlot-hibernate |
Version | Version0.106 |
Type | Typejar |
Filename | Size |
---|---|
jlot-hibernate-0.106.pom | |
jlot-hibernate-0.106.jar | 9 KB |
jlot-hibernate-0.106-sources.jar | 5 KB |
jlot-hibernate-0.106-javadoc.jar | 87 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jlot/jlot-hibernate/ -->
<dependency>
<groupId>org.jlot</groupId>
<artifactId>jlot-hibernate</artifactId>
<version>0.106</version>
</dependency>
// https://jarcasting.com/artifacts/org.jlot/jlot-hibernate/
implementation 'org.jlot:jlot-hibernate:0.106'
// https://jarcasting.com/artifacts/org.jlot/jlot-hibernate/
implementation ("org.jlot:jlot-hibernate:0.106")
'org.jlot:jlot-hibernate:jar:0.106'
<dependency org="org.jlot" name="jlot-hibernate" rev="0.106">
<artifact name="jlot-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jlot', module='jlot-hibernate', version='0.106')
)
libraryDependencies += "org.jlot" % "jlot-hibernate" % "0.106"
[org.jlot/jlot-hibernate "0.106"]