Categories |
CategoriesJSON Data Hibernate ORM |
---|---|
GroupId | GroupIdcom.mopano |
ArtifactId | ArtifactIdhibernate-json-contributor |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.mopano/hibernate-json-contributor/ -->
<dependency>
<groupId>com.mopano</groupId>
<artifactId>hibernate-json-contributor</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mopano/hibernate-json-contributor/
implementation 'com.mopano:hibernate-json-contributor:1.1'
// https://jarcasting.com/artifacts/com.mopano/hibernate-json-contributor/
implementation ("com.mopano:hibernate-json-contributor:1.1")
'com.mopano:hibernate-json-contributor:jar:1.1'
<dependency org="com.mopano" name="hibernate-json-contributor" rev="1.1">
<artifact name="hibernate-json-contributor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mopano', module='hibernate-json-contributor', version='1.1')
)
libraryDependencies += "com.mopano" % "hibernate-json-contributor" % "1.1"
[com.mopano/hibernate-json-contributor "1.1"]