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