Categories |
CategoriesSecurity |
---|---|
GroupId | GroupIdorg.openjax.security |
ArtifactId | ArtifactIdcrypto |
Version | Version0.3.2 |
Type | Typejar |
Filename | Size |
---|---|
crypto-0.3.2.pom | |
crypto-0.3.2.jar | 7 KB |
crypto-0.3.2-tests.jar | 4 KB |
crypto-0.3.2-sources.jar | 4 KB |
crypto-0.3.2-javadoc.jar | 31 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openjax.security/crypto/ -->
<dependency>
<groupId>org.openjax.security</groupId>
<artifactId>crypto</artifactId>
<version>0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.openjax.security/crypto/
implementation 'org.openjax.security:crypto:0.3.2'
// https://jarcasting.com/artifacts/org.openjax.security/crypto/
implementation ("org.openjax.security:crypto:0.3.2")
'org.openjax.security:crypto:jar:0.3.2'
<dependency org="org.openjax.security" name="crypto" rev="0.3.2">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openjax.security', module='crypto', version='0.3.2')
)
libraryDependencies += "org.openjax.security" % "crypto" % "0.3.2"
[org.openjax.security/crypto "0.3.2"]