License |
License |
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Net |
GroupId | GroupIdorg.netbeans.cluster |
ArtifactId | ArtifactIdphp |
Version | VersionRELEASE125 |
Type | Typepom |
Description |
DescriptionApache NetBeans is an integrated development environment, tooling platform, and application framework.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
php-RELEASE125.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.netbeans.cluster/php/ -->
<dependency>
<groupId>org.netbeans.cluster</groupId>
<artifactId>php</artifactId>
<version>RELEASE125</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.cluster/php/
implementation 'org.netbeans.cluster:php:RELEASE125'
// https://jarcasting.com/artifacts/org.netbeans.cluster/php/
implementation ("org.netbeans.cluster:php:RELEASE125")
'org.netbeans.cluster:php:pom:RELEASE125'
<dependency org="org.netbeans.cluster" name="php" rev="RELEASE125">
<artifact name="php" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.cluster', module='php', version='RELEASE125')
)
libraryDependencies += "org.netbeans.cluster" % "php" % "RELEASE125"
[org.netbeans.cluster/php "RELEASE125"]