MVN

com.crypteron : crypteron-commons

Maven & Gradle

May 05, 2020
3 usages

Crypteron Commons

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

Latest Version

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

  • Latest Stable: 2020.5.1.1

All Versions

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

Version Vulnerabilities Updated
2020.5.x
crypteron-commons-2020.5.1.1
crypteron-commons-2020.5.1.0
2020.4.x
crypteron-commons-2020.4.2.0
crypteron-commons-2020.4.1.0
2019.11.x
crypteron-commons-2019.11.1.0
2019.6.x
crypteron-commons-2019.6.1.0
2018.1.x
crypteron-commons-2018.1.1.0
2017.8.x
crypteron-commons-2017.8.1.0
2017.7.x
crypteron-commons-2017.7.1.3
crypteron-commons-2017.7.1.2
crypteron-commons-2017.7.1.1
crypteron-commons-2017.7.1.0
2017.3.x
crypteron-commons-2017.3.1.1
2017.1.x
crypteron-commons-2017.1.2.0
crypteron-commons-2017.1.1.0
2016.8.x
crypteron-commons-2016.8.1.1
crypteron-commons-2016.8.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.crypteron</groupId>
    <artifactId>crypteron-commons</artifactId>
    <version>2020.5.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.crypteron:crypteron-commons:2020.5.1.1'

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

implementation("com.crypteron:crypteron-commons:2020.5.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.crypteron" % "crypteron-commons" % "2020.5.1.1"

Advertisement