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