s

sablecc-java17

Recompile and redistribution of the SableCC 3.7 in a Maven-like Style. The suffix `-javaXY denotes the version of javac, which was used to compile this artifact.
https://sablecc.org
GNU Lesser General Public The BSD 3-Clause License (For this pom.xml)
Etienne Gagnon Hong Phuc Bui
Files download
File Operation
sablecc-java17-3.7.jar download
sablecc-java17-3.7.pom download
sablecc-java17-3.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mathcoach</groupId>
  <artifactId>sablecc-java17</artifactId>
  <version>3.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.mathcoach:sablecc-java17:3.7'
Gradle Kotlin
implementation("io.github.mathcoach:sablecc-java17:3.7")
Scala SBT
libraryDependencies += "io.github.mathcoach" % "sablecc-java17" % "3.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mathcoach', module='sablecc-java17', version='3.7')
)
Apache Ivy
<dependency org="io.github.mathcoach" name="sablecc-java17" rev="3.7" />
Leiningen
[io.github.mathcoach/sablecc-java17 "3.7"]
Apache Buildr
'io.github.mathcoach:sablecc-java17:jar:3.7'
Dependencies
The project has no third-party dependencies