is not current version
Last Version RELEASE140

org.netbeans.cluster:php RELEASE121


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

php
Version

Version

RELEASE121
Type

Type

pom

Download php RELEASE121

Filename Size
php-RELEASE121.pom 8 KB
Browse

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