x

xfpanel

Provides an eXtreme Feedback Panel for Hudson. Thanks to Mark Howard and his work on the Radiator View Plugin from which this was based.
http://wiki.hudson-ci.org/display/HUDSON/eXtreme+Feedback+Panel+Plugin
Julien RENAUT
文件下载
文件名 操作
xfpanel-1.0.9.jar 下载
xfpanel-1.0.9.pom 下载
xfpanel-1.0.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>xfpanel</artifactId>
  <version>1.0.9</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:xfpanel:1.0.9'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:xfpanel:1.0.9")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "xfpanel" % "1.0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='xfpanel', version='1.0.9')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="xfpanel" rev="1.0.9" />
Leiningen
[org.jvnet.hudson.plugins/xfpanel "1.0.9"]
Apache Buildr
'org.jvnet.hudson.plugins:xfpanel:jar:1.0.9'