is not current version
Last Version RELEASE140

org.netbeans.cluster:nb RELEASE90


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

nb
Version

Version

RELEASE90
Type

Type

pom

Download nb RELEASE90

Filename Size
nb-RELEASE90.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/nb/ -->
<dependency>
    <groupId>org.netbeans.cluster</groupId>
    <artifactId>nb</artifactId>
    <version>RELEASE90</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/nb/
implementation 'org.netbeans.cluster:nb:RELEASE90'
// https://jarcasting.com/artifacts/org.netbeans.cluster/nb/
implementation ("org.netbeans.cluster:nb:RELEASE90")
'org.netbeans.cluster:nb:pom:RELEASE90'
<dependency org="org.netbeans.cluster" name="nb" rev="RELEASE90">
  <artifact name="nb" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='nb', version='RELEASE90')
)
libraryDependencies += "org.netbeans.cluster" % "nb" % "RELEASE90"
[org.netbeans.cluster/nb "RELEASE90"]