Files download
File Operation
p2p-1.0.11.jar download
p2p-1.0.11.pom download
p2p-1.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>org.littleshoot</groupId>
  <artifactId>p2p</artifactId>
  <version>1.0.11</version>
</dependency>
Gradle Groovy
implementation 'org.littleshoot:p2p:1.0.11'
Gradle Kotlin
implementation("org.littleshoot:p2p:1.0.11")
Scala SBT
libraryDependencies += "org.littleshoot" % "p2p" % "1.0.11"
Groovy Grape
@Grapes(
  @Grab(group='org.littleshoot', module='p2p', version='1.0.11')
)
Apache Ivy
<dependency org="org.littleshoot" name="p2p" rev="1.0.11" />
Leiningen
[org.littleshoot/p2p "1.0.11"]
Apache Buildr
'org.littleshoot:p2p:jar:1.0.11'