MVN

org.bitbucket.jplantdev : p2_2.11

Maven & Gradle

Jan 18, 2019
93 stars

p2 · p2

<dependency>
    <groupId>org.bitbucket.jplantdev</groupId>
    <artifactId>p2_2.11</artifactId>
    <version>0.2.0+1-458712ff</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bitbucket.jplantdev : p2_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2.0+1-458712ff

All Versions

Choose a version of org.bitbucket.jplantdev : p2_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2.x
p2_2.11-0.2.0+1-458712ff
p2_2.11-0.2.0+1-032f3336
p2_2.11-0.2.0+1-4b294d60
p2_2.11-0.2.0+1-a4423434
p2_2.11-0.2.0+1-1df5d91e
p2_2.11-0.2.0+1-f8d451de
p2_2.11-0.2.0+1-d906ee66
p2_2.11-0.2.0+1-66a78e24
p2_2.11-0.2.0+1-fb96bbee
p2_2.11-0.2.0+1-794cf6a9
p2_2.11-0.2.0+1-a3665bcc
p2_2.11-0.2.0+1-eb2dd185
p2_2.11-0.2.0+1-3bde24f7
p2_2.11-0.2.0+1-3db26a8f
p2_2.11-0.2.0+1-253abac3
p2_2.11-0.2.0+1-d762ae13
p2_2.11-0.2.0+1-7842d8d5
p2_2.11-0.2.0+1-4f5f53c1
p2_2.11-0.2.0+1-f787a26d
p2_2.11-0.2.0+1-b3894d6f
p2_2.11-0.2.0+1-b43c799e
p2_2.11-0.2.0+1-23e9b719
p2_2.11-0.2.0+1-a4374eb4
p2_2.11-0.2.0+1-884275b8
p2_2.11-0.2.0+1-536ca048
p2_2.11-0.2.0+1-43da66b0
p2_2.11-0.2.0+1-8b493566
p2_2.11-0.2.0+1-bb317037
p2_2.11-0.2.0+1-7a42c601
p2_2.11-0.2.0+1-6b757222
p2_2.11-0.2.0+1-2a9012d6
p2_2.11-0.2.0+1-0376fc9f
p2_2.11-0.2.0+1-42c67871
p2_2.11-0.2.0+1-30919445
p2_2.11-0.2.0+1-8bc28cf5
p2_2.11-0.2.0+1-57b57ec8
p2_2.11-0.2.0+1-db1e2618
p2_2.11-0.2.0+1-8bb63752
p2_2.11-0.2.0+1-784737ce
p2_2.11-0.2.0+1-12ad727a
p2_2.11-0.2.0+1-22da955c
p2_2.11-0.2.0+1-6e28880f
p2_2.11-0.2.0+1-bffc9a59
p2_2.11-0.2.0+1-ce8c27b8
p2_2.11-0.2.0+1-d62eeba1
p2_2.11-0.2.0+1-46c58c80
p2_2.11-0.2.0+1-07fdd53d
p2_2.11-0.2.0+1-3828d6c0
p2_2.11-0.2.0+1-6628b64d
p2_2.11-0.2.0+1-bf6ef938
p2_2.11-0.2.0+1-70cd00f3
p2_2.11-0.2.0+1-525f5be0
p2_2.11-0.2.0+1-72373dca

How to add a dependency to Maven

Add the following org.bitbucket.jplantdev : p2_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bitbucket.jplantdev</groupId>
    <artifactId>p2_2.11</artifactId>
    <version>0.2.0+1-458712ff</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bitbucket.jplantdev : p2_2.11 gradle dependency to your build.gradle file:

implementation 'org.bitbucket.jplantdev:p2_2.11:0.2.0+1-458712ff'

Gradle Kotlin DSL: Add the following org.bitbucket.jplantdev : p2_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bitbucket.jplantdev:p2_2.11:0.2.0+1-458712ff")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bitbucket.jplantdev : p2_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bitbucket.jplantdev" % "p2_2.11" % "0.2.0+1-458712ff"