p

phing

This plugin allows you to use phing to build PHP projects.
http://wiki.hudson-ci.org/display/HUDSON/Phing+Plugin
Seiji Sogabe
文件下载
文件名 操作
phing-0.4.jar 下载
phing-0.4.pom 下载
phing-0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>phing</artifactId>
  <version>0.4</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:phing:0.4'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:phing:0.4")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "phing" % "0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='phing', version='0.4')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="phing" rev="0.4" />
Leiningen
[org.jvnet.hudson.plugins/phing "0.4"]
Apache Buildr
'org.jvnet.hudson.plugins:phing:jar:0.4'