MVN

org.littleshoot : p2p

Maven & Gradle

Apr 30, 2014
6 stars

LittleShoot P2P Stack

<dependency>
    <groupId>org.littleshoot</groupId>
    <artifactId>p2p</artifactId>
    <version>1.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.littleshoot : p2p to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.11

All Versions

Choose a version of org.littleshoot : p2p to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
p2p-1.0.11
p2p-1.0.10
p2p-1.0.9
p2p-1.0.8
p2p-1.0.7
p2p-1.0.6
p2p-1.0.5
p2p-1.0.4
p2p-1.0.3

How to add a dependency to Maven

Add the following org.littleshoot : p2p maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.littleshoot</groupId>
    <artifactId>p2p</artifactId>
    <version>1.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.littleshoot : p2p gradle dependency to your build.gradle file:

implementation 'org.littleshoot:p2p:1.0.11'

Gradle Kotlin DSL: Add the following org.littleshoot : p2p gradle kotlin dependency to your build.gradle.kts file:

implementation("org.littleshoot:p2p:1.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.littleshoot : p2p sbt scala dependency to your build.sbt file:

libraryDependencies += "org.littleshoot" % "p2p" % "1.0.11"

Advertisement

Dependencies from Group

Mar 05, 2017
80 usages
2k stars
May 14, 2013
25 usages
1 stars
May 28, 2013
13 usages
8 stars
May 14, 2013
11 usages
1 stars
May 14, 2013
10 usages
1 stars

Discover Dependencies