MVN

space.tanghy : tanghy-security

Maven & Gradle

Dec 03, 2020
1 stars

tanghy-security · tanghy-security is rsa tools.

<dependency>
    <groupId>space.tanghy</groupId>
    <artifactId>tanghy-security</artifactId>
    <version>1.8.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of space.tanghy : tanghy-security to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.3

All Versions

Choose a version of space.tanghy : tanghy-security to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
tanghy-security-1.8.3
tanghy-security-1.8.2
tanghy-security-1.8.1
tanghy-security-1.8.0
1.6
tanghy-security-1.6
1.5
tanghy-security-1.5
1.4
tanghy-security-1.4

How to add a dependency to Maven

Add the following space.tanghy : tanghy-security maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>space.tanghy</groupId>
    <artifactId>tanghy-security</artifactId>
    <version>1.8.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following space.tanghy : tanghy-security gradle dependency to your build.gradle file:

implementation 'space.tanghy:tanghy-security:1.8.3'

Gradle Kotlin DSL: Add the following space.tanghy : tanghy-security gradle kotlin dependency to your build.gradle.kts file:

implementation("space.tanghy:tanghy-security:1.8.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following space.tanghy : tanghy-security sbt scala dependency to your build.sbt file:

libraryDependencies += "space.tanghy" % "tanghy-security" % "1.8.3"