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