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