MVN

com.github.cafapi.cipher : cipher-null

Maven & Gradle

Sep 14, 2022
8 usages
2 stars
<dependency>
    <groupId>com.github.cafapi.cipher</groupId>
    <artifactId>cipher-null</artifactId>
    <version>2.0.1-450</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cafapi.cipher : cipher-null to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.1-450

All Versions

Choose a version of com.github.cafapi.cipher : cipher-null to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
cipher-null-2.0.1-450
cipher-null-2.0.0-425
1.20.x
cipher-null-1.20.0-288
1.19.x
cipher-null-1.19.0-269
1.18.x
cipher-null-1.18.0-257
1.17.x
cipher-null-1.17.0-201
1.16.x
cipher-null-1.16.0-118
1.15.x
cipher-null-1.15.0-1
1.14.x
cipher-null-1.14.0-1
1.13.x
cipher-null-1.13.0-239
1.12.x
cipher-null-1.12.0-232
1.11.x
cipher-null-1.11.0-218
1.10.x
cipher-null-1.10.0-205
1.9.x
cipher-null-1.9.0-197
1.8.x
cipher-null-1.8.0-191
1.7.x
cipher-null-1.7.0-188
1.6.x
cipher-null-1.6.0-176
1.5.x
cipher-null-1.5.0-127
1.4.x
cipher-null-1.4.1-117
cipher-null-1.4.0-111
1.3.x
cipher-null-1.3.0-110
1.2.x
cipher-null-1.2.0-109

How to add a dependency to Maven

Add the following com.github.cafapi.cipher : cipher-null maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cafapi.cipher</groupId>
    <artifactId>cipher-null</artifactId>
    <version>2.0.1-450</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cafapi.cipher : cipher-null gradle dependency to your build.gradle file:

implementation 'com.github.cafapi.cipher:cipher-null:2.0.1-450'

Gradle Kotlin DSL: Add the following com.github.cafapi.cipher : cipher-null gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cafapi.cipher:cipher-null:2.0.1-450")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cafapi.cipher : cipher-null sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cafapi.cipher" % "cipher-null" % "2.0.1-450"

Advertisement