is not current version
Last Version RELEASE140

org.netbeans.cluster:php RELEASE113


Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.cluster
ArtifactId

ArtifactId

php
Version

Version

RELEASE113
Type

Type

pom

Download php RELEASE113

Filename Size
php-RELEASE113.pom 8 KB
Browse

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