gnu-crypto
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.gnu</groupId> <artifactId>gnu-crypto</artifactId> <version>2.0.1</version> </dependency>
<project> <modelVersion>4.0.0</modelVersion> <groupId>org.gnu</groupId> <artifactId>gnu-crypto</artifactId> <version>2.0.1</version> <packaging>jar</packaging> <name>GNU Crypto</name> <description>The GNU Crypto project</description> <url>http://www.gnu.org/software/gnu-crypto</url> <licenses> <license> <name>The GNU General Public License</name> <url>http://www.gnu.org/licenses/gpl.html</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://cvs.savannah.gnu.org/viewvc/?root=gnu-crypto</url> </scm> <parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent> </project>