GroupId | GroupIdorg.wso2.carbon.secvault |
---|---|
ArtifactId | ArtifactIdorg.wso2.carbon.secvault.ciphertool |
Version | Version5.0.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.secvault/org.wso2.carbon.secvault.ciphertool/ -->
<dependency>
<groupId>org.wso2.carbon.secvault</groupId>
<artifactId>org.wso2.carbon.secvault.ciphertool</artifactId>
<version>5.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.secvault/org.wso2.carbon.secvault.ciphertool/
implementation 'org.wso2.carbon.secvault:org.wso2.carbon.secvault.ciphertool:5.0.10'
// https://jarcasting.com/artifacts/org.wso2.carbon.secvault/org.wso2.carbon.secvault.ciphertool/
implementation ("org.wso2.carbon.secvault:org.wso2.carbon.secvault.ciphertool:5.0.10")
'org.wso2.carbon.secvault:org.wso2.carbon.secvault.ciphertool:jar:5.0.10'
<dependency org="org.wso2.carbon.secvault" name="org.wso2.carbon.secvault.ciphertool" rev="5.0.10">
<artifact name="org.wso2.carbon.secvault.ciphertool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.secvault', module='org.wso2.carbon.secvault.ciphertool', version='5.0.10')
)
libraryDependencies += "org.wso2.carbon.secvault" % "org.wso2.carbon.secvault.ciphertool" % "5.0.10"
[org.wso2.carbon.secvault/org.wso2.carbon.secvault.ciphertool "5.0.10"]