is not current version
Last Version RELEASE140

org.netbeans.cluster:harness RELEASE111


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

harness
Version

Version

RELEASE111
Type

Type

pom

Download harness RELEASE111

Filename Size
harness-RELEASE111.pom 1 KB
Browse

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