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