MVN

sablecc : sablecc

Maven & Gradle

Sep 20, 2005
3 usages
<dependency>
    <groupId>sablecc</groupId>
    <artifactId>sablecc</artifactId>
    <version>2.18.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sablecc : sablecc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2-1

All Versions

Choose a version of sablecc : sablecc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2
sablecc-3.2-1
sablecc-3.2
3.1
sablecc-3.1
2.18.x
sablecc-2.18.2

How to add a dependency to Maven

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

<dependency>
    <groupId>sablecc</groupId>
    <artifactId>sablecc</artifactId>
    <version>2.18.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sablecc : sablecc gradle dependency to your build.gradle file:

implementation 'sablecc:sablecc:2.18.2'

Gradle Kotlin DSL: Add the following sablecc : sablecc gradle kotlin dependency to your build.gradle.kts file:

implementation("sablecc:sablecc:2.18.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following sablecc : sablecc sbt scala dependency to your build.sbt file:

libraryDependencies += "sablecc" % "sablecc" % "2.18.2"

Advertisement