p

phing

This plugin allows you to use phing to build PHP projects.
http://hudson.gotdns.com/wiki/display/HUDSON/Phing+Plugin
Files download
File Operation
phing-0.2.jar download
phing-0.2.pom download
phing-0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>phing</artifactId>
  <version>0.2</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:phing:0.2'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:phing:0.2")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "phing" % "0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='phing', version='0.2')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="phing" rev="0.2" />
Leiningen
[org.jvnet.hudson.plugins/phing "0.2"]
Apache Buildr
'org.jvnet.hudson.plugins:phing:jar:0.2'