Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdorg.netbeans.cluster |
ArtifactId | ArtifactIdnb |
Version | VersionRELEASE90 |
Type | Typepom |
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"]