laurencer / thrifty   0.3.2

Apache License 2.0 GitHub

A Scala parser for Thrift IDL files.

Scala versions: 2.11 2.10

thrifty 0.1.0


Group ID:
com.rouesnel
Artifact ID:
thrifty_2.10
Version:
0.1.0
Release Date:
Apr 21, 2016
Licenses:

libraryDependencies += "com.rouesnel" %% "thrifty" % "0.1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.rouesnel::thrifty:0.1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.rouesnel::thrifty:0.1.0"

Ammonite REPL

import $ivy.`com.rouesnel::thrifty:0.1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.rouesnel</groupId>
  <artifactId>thrifty_2.10</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.rouesnel', name: 'thrifty_2.10', version: '0.1.0'