is not current version
Last Version RELEASE140

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

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

RELEASE122
Type

Type

jar

Download java-cup-11a RELEASE122


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