| GroupId | GroupIdorg.dihedron.crypto |
|---|---|
| ArtifactId | ArtifactIddihedron-crypto |
| Version | Version1.0.0.RC1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dihedron-crypto-1.0.0.RC1.pom | |
| dihedron-crypto-1.0.0.RC1.jar | 426 KB |
| dihedron-crypto-1.0.0.RC1-sources.jar | 397 KB |
| dihedron-crypto-1.0.0.RC1-javadoc.jar | 533 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dihedron.crypto/dihedron-crypto/ -->
<dependency>
<groupId>org.dihedron.crypto</groupId>
<artifactId>dihedron-crypto</artifactId>
<version>1.0.0.RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.crypto/dihedron-crypto/
implementation 'org.dihedron.crypto:dihedron-crypto:1.0.0.RC1'
// https://jarcasting.com/artifacts/org.dihedron.crypto/dihedron-crypto/
implementation ("org.dihedron.crypto:dihedron-crypto:1.0.0.RC1")
'org.dihedron.crypto:dihedron-crypto:jar:1.0.0.RC1'
<dependency org="org.dihedron.crypto" name="dihedron-crypto" rev="1.0.0.RC1">
<artifact name="dihedron-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.crypto', module='dihedron-crypto', version='1.0.0.RC1')
)
libraryDependencies += "org.dihedron.crypto" % "dihedron-crypto" % "1.0.0.RC1"
[org.dihedron.crypto/dihedron-crypto "1.0.0.RC1"]