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