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

org.netbeans.cluster:php RELEASE100


Категории

Категории

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

Группа

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

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

php
Версия

Версия

RELEASE100
Тип

Тип

pom

Скачать php RELEASE100

Имя Файла Размер
php-RELEASE100.pom 8 KB
Обзор

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