Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdorg.netbeans.cluster |
ArtifactId | ArtifactIdapisupport |
Version | VersionRELEASE120-1 |
Type | Typepom |
Filename | Size |
---|---|
apisupport-RELEASE120-1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/apisupport/ -->
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>apisupport</artifactId>
<version>RELEASE120-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/apisupport/
implementation 'org.netbeans.cluster:apisupport:RELEASE120-1'
// https://jarcasting.com/artifacts/org.netbeans.cluster/apisupport/
implementation ("org.netbeans.cluster:apisupport:RELEASE120-1")
'org.netbeans.cluster:apisupport:pom:RELEASE120-1'
<dependency org="org.netbeans.cluster" name="apisupport" rev="RELEASE120-1">
<artifact name="apisupport" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='apisupport', version='RELEASE120-1')
)
libraryDependencies += "org.netbeans.cluster" % "apisupport" % "RELEASE120-1"
[org.netbeans.cluster/apisupport "RELEASE120-1"]