MVN

com.robypomper.josp : jcpCommons

Maven & Gradle

Feb 05, 2023
2 usages

JCP Commons · This is the JCP Commons library from John O.S. Project

<dependency>
    <groupId>com.robypomper.josp</groupId>
    <artifactId>jcpCommons</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.robypomper.josp : jcpCommons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.3
  • Latest Alpha: 2.2.0-alpha

All Versions

Choose a version of com.robypomper.josp : jcpCommons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
jcpCommons-2.2.3
jcpCommons-2.2.2
jcpCommons-2.2.1
jcpCommons-2.2.0
jcpCommons-2.2.0-alpha

How to add a dependency to Maven

Add the following com.robypomper.josp : jcpCommons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.robypomper.josp</groupId>
    <artifactId>jcpCommons</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.robypomper.josp : jcpCommons gradle dependency to your build.gradle file:

implementation 'com.robypomper.josp:jcpCommons:2.2.3'

Gradle Kotlin DSL: Add the following com.robypomper.josp : jcpCommons gradle kotlin dependency to your build.gradle.kts file:

implementation("com.robypomper.josp:jcpCommons:2.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.robypomper.josp : jcpCommons sbt scala dependency to your build.sbt file:

libraryDependencies += "com.robypomper.josp" % "jcpCommons" % "2.2.3"

Advertisement