f

fastparse_2.13

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