MVN

com.robypomper.josp : jcpFE

Maven & Gradle

Feb 05, 2023
1 usages

JCP Front End · This is the JCP Front End executable from John O.S. Project

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

Latest Version

Choose a version of com.robypomper.josp : jcpFE 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 : jcpFE to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement