case-config 0.1.2


Group ID:
com.pellucid
Artifact ID:
case-config_2.10
Version:
0.1.2
Release Date:
Dec 22, 2014
Licenses:

libraryDependencies += "com.pellucid" %% "case-config" % "0.1.2"
resolvers += Resolver.bintrayRepo("pellucid", "maven")

Mill build tool

ivy"com.pellucid::case-config:0.1.2"
MavenRepository("https://dl.bintray.com/pellucid/maven")

Scala CLI

//> using dep "com.pellucid::case-config:0.1.2"

Ammonite REPL

import $ivy.`com.pellucid::case-config:0.1.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray pellucid maven",
  "Some(https://dl.bintray.com/pellucid/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.pellucid</groupId>
  <artifactId>case-config_2.10</artifactId>
  <version>0.1.2</version>
</dependency>

compile group: 'com.pellucid', name: 'case-config_2.10', version: '0.1.2'