Files download
File Operation
fastparse_2.11-0.3.6.jar download
fastparse_2.11-0.3.6.pom download
fastparse_2.11-0.3.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>fastparse_2.11</artifactId>
  <version>0.3.6</version>
</dependency>
Gradle Groovy
implementation 'com.lihaoyi:fastparse_2.11:0.3.6'
Gradle Kotlin
implementation("com.lihaoyi:fastparse_2.11:0.3.6")
Scala SBT
libraryDependencies += "com.lihaoyi" % "fastparse_2.11" % "0.3.6"
Groovy Grape
@Grapes(
  @Grab(group='com.lihaoyi', module='fastparse_2.11', version='0.3.6')
)
Apache Ivy
<dependency org="com.lihaoyi" name="fastparse_2.11" rev="0.3.6" />
Leiningen
[com.lihaoyi/fastparse_2.11 "0.3.6"]
Apache Buildr
'com.lihaoyi:fastparse_2.11:jar:0.3.6'