is not current version
Last Version RELEASE140

org.netbeans.cluster:profiler RELEASE120-u1


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

profiler
Version

Version

RELEASE120-u1
Type

Type

pom

Download profiler RELEASE120-u1


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