GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdportable-crypto |
Version | Version2.6.10 |
Type | Typejar |
Filename | Size |
---|---|
portable-crypto-2.6.10.pom | |
portable-crypto-2.6.10.jar | 11 KB |
portable-crypto-2.6.10-sources.jar | 10 KB |
portable-crypto-2.6.10-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.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/
implementation 'com.mastfrog:portable-crypto:2.6.10'
// https://jarcasting.com/artifacts/com.mastfrog/portable-crypto/
implementation ("com.mastfrog:portable-crypto:2.6.10")
'com.mastfrog:portable-crypto:jar:2.6.10'
<dependency org="com.mastfrog" name="portable-crypto" rev="2.6.10">
<artifact name="portable-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='portable-crypto', version='2.6.10')
)
libraryDependencies += "com.mastfrog" % "portable-crypto" % "2.6.10"
[com.mastfrog/portable-crypto "2.6.10"]