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