не последняя версия
Последняя версия RELEASE140

org.netbeans.cluster:profiler RELEASE90


Категории

Категории

NetBeans Инструменты разработки IDE Сеть
Группа

Группа

org.netbeans.cluster
Идентификатор

Идентификатор

profiler
Версия

Версия

RELEASE90
Тип

Тип

pom

Скачать profiler RELEASE90

Имя Файла Размер
profiler-RELEASE90.pom 5 KB
Обзор

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