ecc
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.ssohub</groupId>
<artifactId>ecc</artifactId>
<version>1.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.ssohub</groupId>
<artifactId>ecc</artifactId>
<version>1.1.0</version>
<name>ecc</name>
<description>elliptic-curve cryptography</description>
<url>https://github.com/aldenml/ecc</url>
<licenses>
<license>
<name>The MIT License</name>
<url>https://github.com/aldenml/ecc/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>aldenml</id>
<name>Alden Torres</name>
<email>aldenml@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/aldenml/ecc.git</connection>
<developerConnection>scm:git:ssh:git@github.com/aldenml/ecc.git</developerConnection>
<url>https://github.com/aldenml/ecc</url>
</scm>
</project>