is not current version
Last Version RELEASE140

org.netbeans.external:java-cup-11a RELEASE121

POM and identification for artifact that was not possible to uniquely identify as a maven dependency.

Categories

Categories

Java Languages NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.external
ArtifactId

ArtifactId

java-cup-11a
Version

Version

RELEASE121
Type

Type

jar

Download java-cup-11a RELEASE121


<!-- https://jarcasting.com/artifacts/org.netbeans.external/java-cup-11a/ -->
<dependency>
    <groupId>org.netbeans.external</groupId>
    <artifactId>java-cup-11a</artifactId>
    <version>RELEASE121</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/java-cup-11a/
implementation 'org.netbeans.external:java-cup-11a:RELEASE121'
// https://jarcasting.com/artifacts/org.netbeans.external/java-cup-11a/
implementation ("org.netbeans.external:java-cup-11a:RELEASE121")
'org.netbeans.external:java-cup-11a:jar:RELEASE121'
<dependency org="org.netbeans.external" name="java-cup-11a" rev="RELEASE121">
  <artifact name="java-cup-11a" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='java-cup-11a', version='RELEASE121')
)
libraryDependencies += "org.netbeans.external" % "java-cup-11a" % "RELEASE121"
[org.netbeans.external/java-cup-11a "RELEASE121"]