| GroupId | GroupIdorg.dihedron.crypto |
|---|---|
| ArtifactId | ArtifactIddihedron-crypto |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dihedron-crypto-1.0.0.pom | |
| dihedron-crypto-1.0.0.jar | 424 KB |
| dihedron-crypto-1.0.0-sources.jar | 395 KB |
| dihedron-crypto-1.0.0-javadoc.jar | 521 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</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.crypto/dihedron-crypto/
implementation 'org.dihedron.crypto:dihedron-crypto:1.0.0'
// https://jarcasting.com/artifacts/org.dihedron.crypto/dihedron-crypto/
implementation ("org.dihedron.crypto:dihedron-crypto:1.0.0")
'org.dihedron.crypto:dihedron-crypto:jar:1.0.0'
<dependency org="org.dihedron.crypto" name="dihedron-crypto" rev="1.0.0">
<artifact name="dihedron-crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.crypto', module='dihedron-crypto', version='1.0.0')
)
libraryDependencies += "org.dihedron.crypto" % "dihedron-crypto" % "1.0.0"
[org.dihedron.crypto/dihedron-crypto "1.0.0"]