jvican / stoml   0.4

Mozilla Public License 2.0 GitHub

TOML parser for Scala.

Scala versions: 2.12

stoml 0.1


Group ID:
com.github.jvican
Artifact ID:
stoml_2.11
Version:
0.1
Release Date:
Oct 5, 2016
Licenses:
MIT
Files:
Full Scala Version:
2.11.7

libraryDependencies += "com.github.jvican" %% "stoml" % "0.1"

Mill build tool

ivy"com.github.jvican::stoml:0.1"

Scala CLI

//> using dep "com.github.jvican::stoml:0.1"

Ammonite REPL

import $ivy.`com.github.jvican::stoml:0.1`

<dependency>
  <groupId>com.github.jvican</groupId>
  <artifactId>stoml_2.11</artifactId>
  <version>0.1</version>
</dependency>

compile group: 'com.github.jvican', name: 'stoml_2.11', version: '0.1'