MVN

org.latestbit : picooc_2.11

Maven & Gradle

Mar 13, 2019

picooc · picooc

<dependency>
    <groupId>org.latestbit</groupId>
    <artifactId>picooc_2.11</artifactId>
    <version>3.12.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.latestbit : picooc_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.12.0

All Versions

Choose a version of org.latestbit : picooc_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.12.x
picooc_2.11-3.12.0
3.11.x
picooc_2.11-3.11.0
3.10.x
picooc_2.11-3.10.0
3.9.x
picooc_2.11-3.9.0
3.5.x
picooc_2.11-3.5.0
3.4.x
picooc_2.11-3.4.2
picooc_2.11-3.4.1
picooc_2.11-3.4.0
3.3.x
picooc_2.11-3.3.0
3.1.x
picooc_2.11-3.1.0
3.0.x
picooc_2.11-3.0.1
3.0
picooc_2.11-3.0
2.6.x
picooc_2.11-2.6.3
picooc_2.11-2.6.2
picooc_2.11-2.6.1
2.6
picooc_2.11-2.6
2.5
picooc_2.11-2.5
2.4
picooc_2.11-2.4
2.3
picooc_2.11-2.3
2.2
picooc_2.11-2.2
2.1
picooc_2.11-2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.latestbit</groupId>
    <artifactId>picooc_2.11</artifactId>
    <version>3.12.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.latestbit : picooc_2.11 gradle dependency to your build.gradle file:

implementation 'org.latestbit:picooc_2.11:3.12.0'

Gradle Kotlin DSL: Add the following org.latestbit : picooc_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.latestbit:picooc_2.11:3.12.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.latestbit : picooc_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.latestbit" % "picooc_2.11" % "3.12.0"