c

clients-cruisecontrol

文件下载
文件名 操作
clients-cruisecontrol-1.0.jar 下载
clients-cruisecontrol-1.0.pom 下载
clients-cruisecontrol-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.awired.clients</groupId>
  <artifactId>clients-cruisecontrol</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'net.awired.clients:clients-cruisecontrol:1.0'
Gradle Kotlin
implementation("net.awired.clients:clients-cruisecontrol:1.0")
Scala SBT
libraryDependencies += "net.awired.clients" % "clients-cruisecontrol" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.awired.clients', module='clients-cruisecontrol', version='1.0')
)
Apache Ivy
<dependency org="net.awired.clients" name="clients-cruisecontrol" rev="1.0" />
Leiningen
[net.awired.clients/clients-cruisecontrol "1.0"]
Apache Buildr
'net.awired.clients:clients-cruisecontrol:jar:1.0'