pathikrit / metarest   0.3.1

GitHub

Scala macros to generate RESTful Models

Scala versions: 2.10

metarest 0.3.1


Group ID:
com.github.pathikrit
Artifact ID:
metarest_2.10
Version:
0.3.1
Release Date:
Feb 12, 2015
Licenses:
MIT

libraryDependencies += "com.github.pathikrit" %% "metarest" % "0.3.1"
resolvers += Resolver.bintrayRepo("pathikrit", "maven")

Mill build tool

ivy"com.github.pathikrit::metarest:0.3.1"
MavenRepository("https://dl.bintray.com/pathikrit/maven")

Scala CLI

//> using dep "com.github.pathikrit::metarest:0.3.1"

Ammonite REPL

import $ivy.`com.github.pathikrit::metarest:0.3.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray pathikrit maven",
  "Some(https://dl.bintray.com/pathikrit/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.pathikrit</groupId>
  <artifactId>metarest_2.10</artifactId>
  <version>0.3.1</version>
</dependency>

compile group: 'com.github.pathikrit', name: 'metarest_2.10', version: '0.3.1'