GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdportable-crypto |
Version | Version2.6.9 |
Type | Typejar |
Filename | Size |
---|---|
portable-crypto-2.6.9.pom | |
portable-crypto-2.6.9.jar | 11 KB |
portable-crypto-2.6.9-sources.jar | 10 KB |
portable-crypto-2.6.9-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>portable-crypto</artifactId>
<version>2.6.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/
implementation 'com.mastfrog:portable-crypto:2.6.9'
// https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/
implementation ("com.mastfrog:portable-crypto:2.6.9")
'com.mastfrog:portable-crypto:jar:2.6.9'
<dependency org="com.mastfrog" name="portable-crypto" rev="2.6.9">
<artifact name="portable-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='portable-crypto', version='2.6.9')
)
libraryDependencies += "com.mastfrog" % "portable-crypto" % "2.6.9"
[com.mastfrog/portable-crypto "2.6.9"]