f

fastparse_2.11

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