Categories |
CategoriesJSON Data Hibernate ORM |
---|---|
GroupId | GroupIdcom.bertoncelj.hibernatejson |
ArtifactId | ArtifactIdhibernate-json |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
hibernate-json-1.0.2.pom | |
hibernate-json-1.0.2.jar | 5 KB |
hibernate-json-1.0.2-sources.jar | 2 KB |
hibernate-json-1.0.2-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.bertoncelj.hibernatejson/hibernate-json/ -->
<dependency>
<groupId>com.bertoncelj.hibernatejson</groupId>
<artifactId>hibernate-json</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.bertoncelj.hibernatejson/hibernate-json/
implementation 'com.bertoncelj.hibernatejson:hibernate-json:1.0.2'
// https://jarcasting.com/artifacts/com.bertoncelj.hibernatejson/hibernate-json/
implementation ("com.bertoncelj.hibernatejson:hibernate-json:1.0.2")
'com.bertoncelj.hibernatejson:hibernate-json:jar:1.0.2'
<dependency org="com.bertoncelj.hibernatejson" name="hibernate-json" rev="1.0.2">
<artifact name="hibernate-json" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bertoncelj.hibernatejson', module='hibernate-json', version='1.0.2')
)
libraryDependencies += "com.bertoncelj.hibernatejson" % "hibernate-json" % "1.0.2"
[com.bertoncelj.hibernatejson/hibernate-json "1.0.2"]