i2p
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>net.i2p</groupId> <artifactId>i2p</artifactId> <version>2.8.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>net.i2p</groupId> <artifactId>i2p</artifactId> <version>2.8.0</version> <name>I2P Core</name> <description>The core I2P APIs</description> <url>https://geti2p.net/</url> <licenses> <license> <name>Public Domain</name> <url>http://en.wikipedia.org/wiki/Public_domain</url> </license> </licenses> <developers> <developer> <name>zzz</name> <organization>I2P</organization> <organizationUrl>https://geti2p.net/</organizationUrl> </developer> <developer> <name>eyedeekay</name> <organization>I2P</organization> <organizationUrl>https://geti2p.net/</organizationUrl> </developer> </developers> <scm> <connection>scm:git:git@github.com:i2p/i2p.i2p.git</connection> <developerConnection>scm:git:git@github.com:i2p/i2p.i2p.git</developerConnection> <url>git@github.com:i2p/i2p.i2p.git</url> </scm> </project>