fs2-data-tree_2.12

Generic tree manipulation library

License

License

Categories

Categories

Data
GroupId

GroupId

org.gnieh
ArtifactId

ArtifactId

fs2-data-tree_2.12
Last Version

Last Version

0.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

fs2-data-tree_2.12
Generic tree manipulation library
Project URL

Project URL

https://github.com/satabin/fs2-data
Source Code Management

Source Code Management

https://github.com/satabin/fs2-data

Download fs2-data-tree_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/org.gnieh/fs2-data-tree_2.12/ -->
<dependency>
    <groupId>org.gnieh</groupId>
    <artifactId>fs2-data-tree_2.12</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.gnieh/fs2-data-tree_2.12/
implementation 'org.gnieh:fs2-data-tree_2.12:0.5.0'
// https://jarcasting.com/artifacts/org.gnieh/fs2-data-tree_2.12/
implementation ("org.gnieh:fs2-data-tree_2.12:0.5.0")
'org.gnieh:fs2-data-tree_2.12:jar:0.5.0'
<dependency org="org.gnieh" name="fs2-data-tree_2.12" rev="0.5.0">
  <artifact name="fs2-data-tree_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.gnieh', module='fs2-data-tree_2.12', version='0.5.0')
)
libraryDependencies += "org.gnieh" % "fs2-data-tree_2.12" % "0.5.0"
[org.gnieh/fs2-data-tree_2.12 "0.5.0"]

Dependencies

compile (2)

Group / Artifact Type Version
co.fs2 : fs2-core_2.12 jar 2.1.0
org.scala-lang.modules : scala-collection-compat_2.12 jar 2.1.2

Project Modules

There are no modules declared in this project.

fs2 data

Build Status Codacy Badge Gitter

A set of streaming data parsers based on fs2.

For more details and documentation, please visit the website

Development

This project builds using sbt.

  • compile everything: sbt compile
  • compile & run all tests: sbt test
  • run benchmarks (you can provide JMH arguments in the end): sbt benchmarks/jmh:run

Versions

Version
0.5.0
0.4.0