MVN

org.objectweb.joram : jcup

Maven & Gradle

May 07, 2010
28 usages

bundle for JCup: CUP PARSER GENERATOR

<dependency>
    <groupId>org.objectweb.joram</groupId>
    <artifactId>jcup</artifactId>
    <version>5.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.joram : jcup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.1

All Versions

Choose a version of org.objectweb.joram : jcup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
jcup-5.3.1
5.2.x
jcup-5.2.4
jcup-5.2.3
4.3.x
jcup-4.3.28

How to add a dependency to Maven

Add the following org.objectweb.joram : jcup maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.joram</groupId>
    <artifactId>jcup</artifactId>
    <version>5.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.joram : jcup gradle dependency to your build.gradle file:

implementation 'org.objectweb.joram:jcup:5.3.1'

Gradle Kotlin DSL: Add the following org.objectweb.joram : jcup gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.joram:jcup:5.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.joram : jcup sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.joram" % "jcup" % "5.3.1"