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-byte 0.4.4


Group ID:
com.lihaoyi
Artifact ID:
fastparse-byte_2.12
Version:
0.4.4
Release Date:
Aug 13, 2017
Licenses:
MIT
Files:

libraryDependencies += "com.lihaoyi" %% "fastparse-byte" % "0.4.4"

Mill build tool

ivy"com.lihaoyi::fastparse-byte:0.4.4"

Scala CLI

//> using dep "com.lihaoyi::fastparse-byte:0.4.4"

Ammonite REPL

import $ivy.`com.lihaoyi::fastparse-byte:0.4.4`

<dependency>
  <groupId>com.lihaoyi</groupId>
  <artifactId>fastparse-byte_2.12</artifactId>
  <version>0.4.4</version>
</dependency>

compile group: 'com.lihaoyi', name: 'fastparse-byte_2.12', version: '0.4.4'