Categories |
CategoriesData Hibernate ORM |
---|---|
GroupId | GroupIdcom.github.cafdataprocessing |
ArtifactId | ArtifactIdcorepolicy-hibernate |
Version | Version1.0.0-4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cafdataprocessing/corepolicy-hibernate/ -->
<dependency>
<groupId>com.github.cafdataprocessing</groupId>
<artifactId>corepolicy-hibernate</artifactId>
<version>1.0.0-4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/corepolicy-hibernate/
implementation 'com.github.cafdataprocessing:corepolicy-hibernate:1.0.0-4'
// https://jarcasting.com/artifacts/com.github.cafdataprocessing/corepolicy-hibernate/
implementation ("com.github.cafdataprocessing:corepolicy-hibernate:1.0.0-4")
'com.github.cafdataprocessing:corepolicy-hibernate:jar:1.0.0-4'
<dependency org="com.github.cafdataprocessing" name="corepolicy-hibernate" rev="1.0.0-4">
<artifact name="corepolicy-hibernate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafdataprocessing', module='corepolicy-hibernate', version='1.0.0-4')
)
libraryDependencies += "com.github.cafdataprocessing" % "corepolicy-hibernate" % "1.0.0-4"
[com.github.cafdataprocessing/corepolicy-hibernate "1.0.0-4"]