is not current version
Last Version RELEASE140

org.netbeans.cluster:profiler RELEASE120


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

profiler
Version

Version

RELEASE120
Type

Type

pom

Download profiler RELEASE120

Filename Size
profiler-RELEASE120.pom 5 KB
Browse

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