c

cruisecontrol

CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.
http://cruisecontrol.sourceforge.net
Berkeley Software Distribution (BSD) License
文件下载
文件名 操作
cruisecontrol-2.7.2.jar 下载
cruisecontrol-2.7.2.pom 下载
Apache Maven
<dependency>
  <groupId>net.sourceforge.cruisecontrol</groupId>
  <artifactId>cruisecontrol</artifactId>
  <version>2.7.2</version>
</dependency>
Gradle Groovy
implementation 'net.sourceforge.cruisecontrol:cruisecontrol:2.7.2'
Gradle Kotlin
implementation("net.sourceforge.cruisecontrol:cruisecontrol:2.7.2")
Scala SBT
libraryDependencies += "net.sourceforge.cruisecontrol" % "cruisecontrol" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='net.sourceforge.cruisecontrol', module='cruisecontrol', version='2.7.2')
)
Apache Ivy
<dependency org="net.sourceforge.cruisecontrol" name="cruisecontrol" rev="2.7.2" />
Leiningen
[net.sourceforge.cruisecontrol/cruisecontrol "2.7.2"]
Apache Buildr
'net.sourceforge.cruisecontrol:cruisecontrol:jar:2.7.2'
本项目依赖
该项目无第三方依赖