License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sourceforge.cruisecontrol |
ArtifactId | ArtifactIdcruisecontrol |
Last Version | Last Version2.7.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCruisecontrol
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
cruisecontrol-2.7.2.pom | |
cruisecontrol-2.7.2.jar | 697 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.cruisecontrol/cruisecontrol/ -->
<dependency>
<groupId>net.sourceforge.cruisecontrol</groupId>
<artifactId>cruisecontrol</artifactId>
<version>2.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.cruisecontrol/cruisecontrol/
implementation 'net.sourceforge.cruisecontrol:cruisecontrol:2.7.2'
// https://jarcasting.com/artifacts/net.sourceforge.cruisecontrol/cruisecontrol/
implementation ("net.sourceforge.cruisecontrol:cruisecontrol:2.7.2")
'net.sourceforge.cruisecontrol:cruisecontrol:jar:2.7.2'
<dependency org="net.sourceforge.cruisecontrol" name="cruisecontrol" rev="2.7.2">
<artifact name="cruisecontrol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.cruisecontrol', module='cruisecontrol', version='2.7.2')
)
libraryDependencies += "net.sourceforge.cruisecontrol" % "cruisecontrol" % "2.7.2"
[net.sourceforge.cruisecontrol/cruisecontrol "2.7.2"]