GroupId | GroupIdde.hhu.stups |
---|---|
ArtifactId | ArtifactIdsablecc |
Version | Version3.2.11 |
Type | Typejar |
Filename | Size |
---|---|
sablecc-3.2.11.pom | |
sablecc-3.2.11.jar | 393 KB |
sablecc-3.2.11-sources.jar | 204 KB |
sablecc-3.2.11-javadoc.jar | 621 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.hhu.stups/sablecc/ -->
<dependency>
<groupId>de.hhu.stups</groupId>
<artifactId>sablecc</artifactId>
<version>3.2.11</version>
</dependency>
// https://jarcasting.com/artifacts/de.hhu.stups/sablecc/
implementation 'de.hhu.stups:sablecc:3.2.11'
// https://jarcasting.com/artifacts/de.hhu.stups/sablecc/
implementation ("de.hhu.stups:sablecc:3.2.11")
'de.hhu.stups:sablecc:jar:3.2.11'
<dependency org="de.hhu.stups" name="sablecc" rev="3.2.11">
<artifact name="sablecc" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.hhu.stups', module='sablecc', version='3.2.11')
)
libraryDependencies += "de.hhu.stups" % "sablecc" % "3.2.11"
[de.hhu.stups/sablecc "3.2.11"]