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