MVN

com.crypteron : cipherobject

Maven & Gradle

May 05, 2020
1 usages

CipherObject

<dependency>
    <groupId>com.crypteron</groupId>
    <artifactId>cipherobject</artifactId>
    <version>2020.5.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2020.5.1.1

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.crypteron</groupId>
    <artifactId>cipherobject</artifactId>
    <version>2020.5.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.crypteron : cipherobject gradle dependency to your build.gradle file:

implementation 'com.crypteron:cipherobject:2020.5.1.1'

Gradle Kotlin DSL: Add the following com.crypteron : cipherobject gradle kotlin dependency to your build.gradle.kts file:

implementation("com.crypteron:cipherobject:2020.5.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.crypteron : cipherobject sbt scala dependency to your build.sbt file:

libraryDependencies += "com.crypteron" % "cipherobject" % "2020.5.1.1"

Advertisement