Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.aholbrook.paseto |
ArtifactId | ArtifactIdcrypto |
Version | Version0.4.2 |
Type | Typejar |
Filename | Size |
---|---|
crypto-0.4.2.pom | |
crypto-0.4.2.jar | 4 KB |
crypto-0.4.2-sources.jar | 3 KB |
crypto-0.4.2-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.aholbrook.paseto/crypto/ -->
<dependency>
<groupId>net.aholbrook.paseto</groupId>
<artifactId>crypto</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.aholbrook.paseto/crypto/
implementation 'net.aholbrook.paseto:crypto:0.4.2'
// https://jarcasting.com/artifacts/net.aholbrook.paseto/crypto/
implementation ("net.aholbrook.paseto:crypto:0.4.2")
'net.aholbrook.paseto:crypto:jar:0.4.2'
<dependency org="net.aholbrook.paseto" name="crypto" rev="0.4.2">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.aholbrook.paseto', module='crypto', version='0.4.2')
)
libraryDependencies += "net.aholbrook.paseto" % "crypto" % "0.4.2"
[net.aholbrook.paseto/crypto "0.4.2"]