MVN

com.neverpile : url-crypto-kit

Maven & Gradle

Aug 25, 2023
0 stars

url-crypto-kit · neverpile url cryptography kit

<dependency>
    <groupId>com.neverpile</groupId>
    <artifactId>url-crypto-kit</artifactId>
    <version>2.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.neverpile : url-crypto-kit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.6

All Versions

Choose a version of com.neverpile : url-crypto-kit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
url-crypto-kit-2.0.6
url-crypto-kit-2.0.5
url-crypto-kit-2.0.4
url-crypto-kit-2.0.2
url-crypto-kit-2.0.1
url-crypto-kit-2.0.0
1.4.x
url-crypto-kit-1.4.1
url-crypto-kit-1.4.0
1.3.x
url-crypto-kit-1.3.3
url-crypto-kit-1.3.2
url-crypto-kit-1.3.1
url-crypto-kit-1.3.0
1.2.x
url-crypto-kit-1.2.1
1.1.x
url-crypto-kit-1.1.1
1.0
url-crypto-kit-1.0-31

How to add a dependency to Maven

Add the following com.neverpile : url-crypto-kit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.neverpile</groupId>
    <artifactId>url-crypto-kit</artifactId>
    <version>2.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.neverpile : url-crypto-kit gradle dependency to your build.gradle file:

implementation 'com.neverpile:url-crypto-kit:2.0.6'

Gradle Kotlin DSL: Add the following com.neverpile : url-crypto-kit gradle kotlin dependency to your build.gradle.kts file:

implementation("com.neverpile:url-crypto-kit:2.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.neverpile : url-crypto-kit sbt scala dependency to your build.sbt file:

libraryDependencies += "com.neverpile" % "url-crypto-kit" % "2.0.6"