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