is not current version
Last Version RELEASE140

org.netbeans.cluster:harness RELEASE121


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

harness
Version

Version

RELEASE121
Type

Type

pom

Download harness RELEASE121

Filename Size
harness-RELEASE121.pom 1 KB
Browse

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