is not current version
Last Version RELEASE140

org.netbeans.cluster:websvccommon RELEASE111


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

websvccommon
Version

Version

RELEASE111
Type

Type

pom

Download websvccommon RELEASE111


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