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