o

org.wso2.ciphertool.feature

Cipher Tool - Feature
http://wso2.org
Files download
File Operation
org.wso2.ciphertool.feature-1.2.0.pom download
Apache Maven
<dependency>
  <groupId>org.wso2.ciphertool</groupId>
  <artifactId>org.wso2.ciphertool.feature</artifactId>
  <version>1.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.wso2.ciphertool:org.wso2.ciphertool.feature:1.2.0'
Gradle Kotlin
implementation("org.wso2.ciphertool:org.wso2.ciphertool.feature:1.2.0")
Scala SBT
libraryDependencies += "org.wso2.ciphertool" % "org.wso2.ciphertool.feature" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.wso2.ciphertool', module='org.wso2.ciphertool.feature', version='1.2.0')
)
Apache Ivy
<dependency org="org.wso2.ciphertool" name="org.wso2.ciphertool.feature" rev="1.2.0" />
Leiningen
[org.wso2.ciphertool/org.wso2.ciphertool.feature "1.2.0"]
Apache Buildr
'org.wso2.ciphertool:org.wso2.ciphertool.feature:jar:1.2.0'