MVN

com.github.peterzeller : javacup

Maven & Gradle

May 02, 2016
0 stars

Java Cup · A fork of the Java Cup parser generator with some bug fixes and enhancements. (Forked at version 11b)

<dependency>
    <groupId>com.github.peterzeller</groupId>
    <artifactId>javacup</artifactId>
    <version>11c</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.peterzeller : javacup to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11c

All Versions

Choose a version of com.github.peterzeller : javacup to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11c
javacup-11c

How to add a dependency to Maven

Add the following com.github.peterzeller : javacup maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.peterzeller</groupId>
    <artifactId>javacup</artifactId>
    <version>11c</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.peterzeller : javacup gradle dependency to your build.gradle file:

implementation 'com.github.peterzeller:javacup:11c'

Gradle Kotlin DSL: Add the following com.github.peterzeller : javacup gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.peterzeller:javacup:11c")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.peterzeller : javacup sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.peterzeller" % "javacup" % "11c"

Advertisement