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