Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdorg.netbeans.external |
ArtifactId | ArtifactIdjing |
Version | VersionRELEASE121 |
Type | Typejar |
Filename | Size |
---|---|
jing-RELEASE121.pom | |
jing-RELEASE121.jar | 580 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.external/jing/ -->
<dependency>
<groupId>org.netbeans.external</groupId>
<artifactId>jing</artifactId>
<version>RELEASE121</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.external/jing/
implementation 'org.netbeans.external:jing:RELEASE121'
// https://jarcasting.com/artifacts/org.netbeans.external/jing/
implementation ("org.netbeans.external:jing:RELEASE121")
'org.netbeans.external:jing:jar:RELEASE121'
<dependency org="org.netbeans.external" name="jing" rev="RELEASE121">
<artifact name="jing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.external', module='jing', version='RELEASE121')
)
libraryDependencies += "org.netbeans.external" % "jing" % "RELEASE121"
[org.netbeans.external/jing "RELEASE121"]