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

org.netbeans.cluster:php RELEASE122


Категории

Категории

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

Группа

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

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

php
Версия

Версия

RELEASE122
Тип

Тип

pom

Скачать php RELEASE122

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

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