is not current version
Last Version RELEASE140

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

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

RELEASE120
Type

Type

jar

Download java-cup-11a RELEASE120


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