is not current version
Last Version 2.7.2

net.sourceforge.cruisecontrol:cruisecontrol 2.1

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.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.cruisecontrol
ArtifactId

ArtifactId

cruisecontrol
Version

Version

2.1
Type

Type

jar

Download cruisecontrol 2.1


<!-- https://jarcasting.com/artifacts/net.sourceforge.cruisecontrol/cruisecontrol/ -->
<dependency>
    <groupId>net.sourceforge.cruisecontrol</groupId>
    <artifactId>cruisecontrol</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.cruisecontrol/cruisecontrol/
implementation 'net.sourceforge.cruisecontrol:cruisecontrol:2.1'
// https://jarcasting.com/artifacts/net.sourceforge.cruisecontrol/cruisecontrol/
implementation ("net.sourceforge.cruisecontrol:cruisecontrol:2.1")
'net.sourceforge.cruisecontrol:cruisecontrol:jar:2.1'
<dependency org="net.sourceforge.cruisecontrol" name="cruisecontrol" rev="2.1">
  <artifact name="cruisecontrol" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.cruisecontrol', module='cruisecontrol', version='2.1')
)
libraryDependencies += "net.sourceforge.cruisecontrol" % "cruisecontrol" % "2.1"
[net.sourceforge.cruisecontrol/cruisecontrol "2.1"]