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