Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.aholbrook.paseto |
ArtifactId | ArtifactIdcrypto |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
crypto-0.4.0.pom | |
crypto-0.4.0.jar | 4 KB |
crypto-0.4.0-sources.jar | 3 KB |
crypto-0.4.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.aholbrook.paseto/crypto/
implementation 'net.aholbrook.paseto:crypto:0.4.0'
// https://jarcasting.com/artifacts/net.aholbrook.paseto/crypto/
implementation ("net.aholbrook.paseto:crypto:0.4.0")
'net.aholbrook.paseto:crypto:jar:0.4.0'
<dependency org="net.aholbrook.paseto" name="crypto" rev="0.4.0">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.aholbrook.paseto', module='crypto', version='0.4.0')
)
libraryDependencies += "net.aholbrook.paseto" % "crypto" % "0.4.0"
[net.aholbrook.paseto/crypto "0.4.0"]