MVN

org.bitbucket.jplantdev : p1_2.11

Maven & Gradle

Jan 18, 2019
93 stars

p1 · p1

<dependency>
    <groupId>org.bitbucket.jplantdev</groupId>
    <artifactId>p1_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 : p1_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 : p1_2.11 to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.bitbucket.jplantdev</groupId>
    <artifactId>p1_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 : p1_2.11 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement