MVN

com.crypteron : cipherdb-agent-hibernate4

Maven & Gradle

May 05, 2020
2 usages

CipherDB Hibernate 4.x Agent

<dependency>
    <groupId>com.crypteron</groupId>
    <artifactId>cipherdb-agent-hibernate4</artifactId>
    <version>2020.5.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.crypteron : cipherdb-agent-hibernate4 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2020.5.1.1

All Versions

Choose a version of com.crypteron : cipherdb-agent-hibernate4 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2020.5.x
cipherdb-agent-hibernate4-2020.5.1.1
cipherdb-agent-hibernate4-2020.5.1.0
2020.4.x
cipherdb-agent-hibernate4-2020.4.2.0
cipherdb-agent-hibernate4-2020.4.1.0
2019.11.x
cipherdb-agent-hibernate4-2019.11.1.0
2019.6.x
cipherdb-agent-hibernate4-2019.6.1.0
2018.1.x
cipherdb-agent-hibernate4-2018.1.1.0
2017.8.x
cipherdb-agent-hibernate4-2017.8.1.0
2017.7.x
cipherdb-agent-hibernate4-2017.7.1.3
cipherdb-agent-hibernate4-2017.7.1.2
cipherdb-agent-hibernate4-2017.7.1.1
cipherdb-agent-hibernate4-2017.7.1.0
2017.3.x
cipherdb-agent-hibernate4-2017.3.1.1
2017.1.x
cipherdb-agent-hibernate4-2017.1.2.0
cipherdb-agent-hibernate4-2017.1.1.0
2016.8.x
cipherdb-agent-hibernate4-2016.8.1.1
cipherdb-agent-hibernate4-2016.8.1.0
2016.5.x
cipherdb-agent-hibernate4-2016.5.1.0
2016.4.x
cipherdb-agent-hibernate4-2016.4.1.0
2015.12.x
cipherdb-agent-hibernate4-2015.12.1.0
2015.11.x
cipherdb-agent-hibernate4-2015.11.1.0
2015.10.x
cipherdb-agent-hibernate4-2015.10.4.0
cipherdb-agent-hibernate4-2015.10.3.1
cipherdb-agent-hibernate4-2015.10.3.0
cipherdb-agent-hibernate4-2015.10.2.0
cipherdb-agent-hibernate4-2015.10.1.0
2015.08.x
cipherdb-agent-hibernate4-2015.08.1.0
2015.07.x
cipherdb-agent-hibernate4-2015.07.0.0

How to add a dependency to Maven

Add the following com.crypteron : cipherdb-agent-hibernate4 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.crypteron</groupId>
    <artifactId>cipherdb-agent-hibernate4</artifactId>
    <version>2020.5.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.crypteron : cipherdb-agent-hibernate4 gradle dependency to your build.gradle file:

implementation 'com.crypteron:cipherdb-agent-hibernate4:2020.5.1.1'

Gradle Kotlin DSL: Add the following com.crypteron : cipherdb-agent-hibernate4 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.crypteron:cipherdb-agent-hibernate4:2020.5.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.crypteron : cipherdb-agent-hibernate4 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.crypteron" % "cipherdb-agent-hibernate4" % "2020.5.1.1"

Advertisement