MVN

org.wso2.ciphertool : org.wso2.ciphertool

Maven & Gradle

Mar 17, 2023
10 usages
16 stars

WSO2 Cipher Tool

<dependency>
    <groupId>org.wso2.ciphertool</groupId>
    <artifactId>org.wso2.ciphertool</artifactId>
    <version>1.1.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wso2.ciphertool : org.wso2.ciphertool to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.21

All Versions

Choose a version of org.wso2.ciphertool : org.wso2.ciphertool to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
org.wso2.ciphertool-1.2.0
1.1.x
org.wso2.ciphertool-1.1.21
org.wso2.ciphertool-1.1.20
org.wso2.ciphertool-1.1.19
org.wso2.ciphertool-1.1.18
org.wso2.ciphertool-1.1.17
org.wso2.ciphertool-1.1.16
org.wso2.ciphertool-1.1.15
org.wso2.ciphertool-1.1.14
org.wso2.ciphertool-1.1.13
org.wso2.ciphertool-1.1.12
org.wso2.ciphertool-1.1.11
org.wso2.ciphertool-1.1.10
org.wso2.ciphertool-1.1.9
org.wso2.ciphertool-1.1.7
org.wso2.ciphertool-1.1.6
org.wso2.ciphertool-1.1.5
org.wso2.ciphertool-1.1.4
1.0.x
org.wso2.ciphertool-1.0.0-wso5v9
org.wso2.ciphertool-1.0.0-wso4v9
org.wso2.ciphertool-1.0.0-wso3v9
org.wso2.ciphertool-1.0.0-wso2v9
org.wso2.ciphertool-1.0.0-wso2v8
org.wso2.ciphertool-1.0.0-wso2v7

How to add a dependency to Maven

Add the following org.wso2.ciphertool : org.wso2.ciphertool maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wso2.ciphertool</groupId>
    <artifactId>org.wso2.ciphertool</artifactId>
    <version>1.1.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wso2.ciphertool : org.wso2.ciphertool gradle dependency to your build.gradle file:

implementation 'org.wso2.ciphertool:org.wso2.ciphertool:1.1.21'

Gradle Kotlin DSL: Add the following org.wso2.ciphertool : org.wso2.ciphertool gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wso2.ciphertool:org.wso2.ciphertool:1.1.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wso2.ciphertool : org.wso2.ciphertool sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wso2.ciphertool" % "org.wso2.ciphertool" % "1.1.21"