MVN

de.thksystems : tkscommons-crypto

Maven & Gradle

Aug 14, 2015
1 usages

tksCommons-crypto

<dependency>
    <groupId>de.thksystems</groupId>
    <artifactId>tkscommons-crypto</artifactId>
    <version>0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.thksystems : tkscommons-crypto to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3

All Versions

Choose a version of de.thksystems : tkscommons-crypto to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3
tkscommons-crypto-0.3
0.2.x
tkscommons-crypto-0.2.1
0.2
tkscommons-crypto-0.2
0.1.x
tkscommons-crypto-0.1.2
tkscommons-crypto-0.1.1
0.1
tkscommons-crypto-0.1

How to add a dependency to Maven

Add the following de.thksystems : tkscommons-crypto maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.thksystems</groupId>
    <artifactId>tkscommons-crypto</artifactId>
    <version>0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.thksystems : tkscommons-crypto gradle dependency to your build.gradle file:

implementation 'de.thksystems:tkscommons-crypto:0.3'

Gradle Kotlin DSL: Add the following de.thksystems : tkscommons-crypto gradle kotlin dependency to your build.gradle.kts file:

implementation("de.thksystems:tkscommons-crypto:0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.thksystems : tkscommons-crypto sbt scala dependency to your build.sbt file:

libraryDependencies += "de.thksystems" % "tkscommons-crypto" % "0.3"

Advertisement