c

clients-cruisecontrol

Files download
File Operation
clients-cruisecontrol-1.1.jar download
clients-cruisecontrol-1.1.pom download
clients-cruisecontrol-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.awired.clients</groupId>
  <artifactId>clients-cruisecontrol</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'net.awired.clients:clients-cruisecontrol:1.1'
Gradle Kotlin
implementation("net.awired.clients:clients-cruisecontrol:1.1")
Scala SBT
libraryDependencies += "net.awired.clients" % "clients-cruisecontrol" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.awired.clients', module='clients-cruisecontrol', version='1.1')
)
Apache Ivy
<dependency org="net.awired.clients" name="clients-cruisecontrol" rev="1.1" />
Leiningen
[net.awired.clients/clients-cruisecontrol "1.1"]
Apache Buildr
'net.awired.clients:clients-cruisecontrol:jar:1.1'