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