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