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