Categories |
CategoriesHibernate Data ORM |
---|---|
GroupId | GroupIdcom.crypteron |
ArtifactId | ArtifactIdcipherdb-agent-hibernate4 |
Version | Version2020.4.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.crypteron/cipherdb-agent-hibernate4/ -->
<dependency>
<groupId>com.crypteron</groupId>
<artifactId>cipherdb-agent-hibernate4</artifactId>
<version>2020.4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crypteron/cipherdb-agent-hibernate4/
implementation 'com.crypteron:cipherdb-agent-hibernate4:2020.4.2.0'
// https://jarcasting.com/artifacts/com.crypteron/cipherdb-agent-hibernate4/
implementation ("com.crypteron:cipherdb-agent-hibernate4:2020.4.2.0")
'com.crypteron:cipherdb-agent-hibernate4:jar:2020.4.2.0'
<dependency org="com.crypteron" name="cipherdb-agent-hibernate4" rev="2020.4.2.0">
<artifact name="cipherdb-agent-hibernate4" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crypteron', module='cipherdb-agent-hibernate4', version='2020.4.2.0')
)
libraryDependencies += "com.crypteron" % "cipherdb-agent-hibernate4" % "2020.4.2.0"
[com.crypteron/cipherdb-agent-hibernate4 "2020.4.2.0"]