Categories |
CategoriesNetBeans Development Tools IDE Net |
---|---|
GroupId | GroupIdorg.netbeans.cluster |
ArtifactId | ArtifactIdphp |
Version | VersionRELEASE120-u1 |
Type | Typepom |
Filename | Size |
---|---|
php-RELEASE120-u1.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/php/ -->
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>php</artifactId>
<version>RELEASE120-u1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/php/
implementation 'org.netbeans.cluster:php:RELEASE120-u1'
// https://jarcasting.com/artifacts/org.netbeans.cluster/php/
implementation ("org.netbeans.cluster:php:RELEASE120-u1")
'org.netbeans.cluster:php:pom:RELEASE120-u1'
<dependency org="org.netbeans.cluster" name="php" rev="RELEASE120-u1">
<artifact name="php" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='php', version='RELEASE120-u1')
)
libraryDependencies += "org.netbeans.cluster" % "php" % "RELEASE120-u1"
[org.netbeans.cluster/php "RELEASE120-u1"]