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