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