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