is not current version
Last Version RELEASE140

org.netbeans.cluster:apisupport RELEASE110


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

apisupport
Version

Version

RELEASE110
Type

Type

pom

Download apisupport RELEASE110


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