com-lihaoyi / fastparse   3.0.2

MIT License Website GitHub

Writing Fast Parsers Fast in Scala

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6
Scala Native versions: 0.4 0.3

fastparse 2.2.4


Group ID:
com.lihaoyi
Artifact ID:
fastparse_2.13
Version:
2.2.4
Release Date:
Feb 7, 2020
Licenses:
MIT
Files:

libraryDependencies += "com.lihaoyi" %% "fastparse" % "2.2.4"

Mill build tool

ivy"com.lihaoyi::fastparse:2.2.4"

Scala CLI

//> using dep "com.lihaoyi::fastparse:2.2.4"

Ammonite REPL

import $ivy.`com.lihaoyi::fastparse:2.2.4`

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>fastparse_2.13</artifactId>
  <version>2.2.4</version>
</dependency>

compile group: 'com.lihaoyi', name: 'fastparse_2.13', version: '2.2.4'