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