| Категории |
КатегорииNetBeans Инструменты разработки IDE Сеть |
|---|---|
| Группа | Группаorg.netbeans.cluster |
| Идентификатор | Идентификаторprofiler |
| Версия | ВерсияRELEASE112 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| profiler-RELEASE112.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/profiler/ -->
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>profiler</artifactId>
<version>RELEASE112</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/profiler/
implementation 'org.netbeans.cluster:profiler:RELEASE112'
// https://jarcasting.com/artifacts/org.netbeans.cluster/profiler/
implementation ("org.netbeans.cluster:profiler:RELEASE112")
'org.netbeans.cluster:profiler:pom:RELEASE112'
<dependency org="org.netbeans.cluster" name="profiler" rev="RELEASE112">
<artifact name="profiler" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='profiler', version='RELEASE112')
)
libraryDependencies += "org.netbeans.cluster" % "profiler" % "RELEASE112"
[org.netbeans.cluster/profiler "RELEASE112"]