is not current version
Last Version 1.0.11

org.littleshoot:p2p 1.0.5


GroupId

GroupId

org.littleshoot
ArtifactId

ArtifactId

p2p
Version

Version

1.0.5
Type

Type

jar

Download p2p 1.0.5


<!-- https://jarcasting.com/artifacts/org.littleshoot/p2p/ -->
<dependency>
    <groupId>org.littleshoot</groupId>
    <artifactId>p2p</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.littleshoot/p2p/
implementation 'org.littleshoot:p2p:1.0.5'
// https://jarcasting.com/artifacts/org.littleshoot/p2p/
implementation ("org.littleshoot:p2p:1.0.5")
'org.littleshoot:p2p:jar:1.0.5'
<dependency org="org.littleshoot" name="p2p" rev="1.0.5">
  <artifact name="p2p" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.littleshoot', module='p2p', version='1.0.5')
)
libraryDependencies += "org.littleshoot" % "p2p" % "1.0.5"
[org.littleshoot/p2p "1.0.5"]