is not current version
Last Version RELEASE140

org.netbeans.cluster:webcommon RELEASE120


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

webcommon
Version

Version

RELEASE120
Type

Type

pom

Download webcommon RELEASE120

Filename Size
webcommon-RELEASE120.pom 12 KB
Browse

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