| Categories |
CategoriesJava Languages |
|---|---|
| GroupId | GroupIdcom.github.vbmacher |
| ArtifactId | ArtifactIdjava-cup |
| Version | Version11b-20151001 |
| Type | Typejar |
| Filename | Size |
|---|---|
| java-cup-11b-20151001.pom | |
| java-cup-11b-20151001.jar | 119 KB |
| java-cup-11b-20151001-sources.jar | 304 KB |
| java-cup-11b-20151001-javadoc.jar | 443 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vbmacher/java-cup/ -->
<dependency>
<groupId>com.github.vbmacher</groupId>
<artifactId>java-cup</artifactId>
<version>11b-20151001</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vbmacher/java-cup/
implementation 'com.github.vbmacher:java-cup:11b-20151001'
// https://jarcasting.com/artifacts/com.github.vbmacher/java-cup/
implementation ("com.github.vbmacher:java-cup:11b-20151001")
'com.github.vbmacher:java-cup:jar:11b-20151001'
<dependency org="com.github.vbmacher" name="java-cup" rev="11b-20151001">
<artifact name="java-cup" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vbmacher', module='java-cup', version='11b-20151001')
)
libraryDependencies += "com.github.vbmacher" % "java-cup" % "11b-20151001"
[com.github.vbmacher/java-cup "11b-20151001"]