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