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