| GroupId | GroupIdcom.strongsalt.crypto |
|---|---|
| ArtifactId | ArtifactIdstrongsalt-crypto |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| strongsalt-crypto-0.0.2.pom | |
| strongsalt-crypto-0.0.2.jar | 92 KB |
| strongsalt-crypto-0.0.2-sources.jar | 50 KB |
| strongsalt-crypto-0.0.2-javadoc.jar | 749 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.strongsalt.crypto/strongsalt-crypto/ -->
<dependency>
<groupId>com.strongsalt.crypto</groupId>
<artifactId>strongsalt-crypto</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.strongsalt.crypto/strongsalt-crypto/
implementation 'com.strongsalt.crypto:strongsalt-crypto:0.0.2'
// https://jarcasting.com/artifacts/com.strongsalt.crypto/strongsalt-crypto/
implementation ("com.strongsalt.crypto:strongsalt-crypto:0.0.2")
'com.strongsalt.crypto:strongsalt-crypto:jar:0.0.2'
<dependency org="com.strongsalt.crypto" name="strongsalt-crypto" rev="0.0.2">
<artifact name="strongsalt-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.strongsalt.crypto', module='strongsalt-crypto', version='0.0.2')
)
libraryDependencies += "com.strongsalt.crypto" % "strongsalt-crypto" % "0.0.2"
[com.strongsalt.crypto/strongsalt-crypto "0.0.2"]