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