| License | License | 
|---|---|
| GroupId | GroupIdorg.gnu | 
| ArtifactId | ArtifactIdgnu-crypto | 
| Last Version | Last Version2.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionGNU Crypto The GNU Crypto project | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| gnu-crypto-2.0.1.pom | |
| gnu-crypto-2.0.1.jar | 584 KB | 
| gnu-crypto-2.0.1-sources.jar | 796 KB | 
| gnu-crypto-2.0.1-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.gnu/gnu-crypto/ -->
<dependency>
    <groupId>org.gnu</groupId>
    <artifactId>gnu-crypto</artifactId>
    <version>2.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.gnu/gnu-crypto/
implementation 'org.gnu:gnu-crypto:2.0.1'// https://jarcasting.com/artifacts/org.gnu/gnu-crypto/
implementation ("org.gnu:gnu-crypto:2.0.1")'org.gnu:gnu-crypto:jar:2.0.1'<dependency org="org.gnu" name="gnu-crypto" rev="2.0.1">
  <artifact name="gnu-crypto" type="jar" />
</dependency>@Grapes(
@Grab(group='org.gnu', module='gnu-crypto', version='2.0.1')
)libraryDependencies += "org.gnu" % "gnu-crypto" % "2.0.1"[org.gnu/gnu-crypto "2.0.1"]