is not current version
Last Version RELEASE140

org.netbeans.cluster:php RELEASE112


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

php
Version

Version

RELEASE112
Type

Type

pom

Download php RELEASE112

Filename Size
php-RELEASE112.pom 8 KB
Browse

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