andyglow / typesafe-config-scala   2.0.0

GNU General Public License v3.0 only GitHub

Little scala extension to Typesafe Config

Scala versions: 3.x 2.13 2.12 2.11

typesafe-config-scala 0.1.1


Group ID:
com.github.andyglow
Artifact ID:
typesafe-config-scala_2.11
Version:
0.1.1
Release Date:
Jun 23, 2016
Licenses:

libraryDependencies += "com.github.andyglow" %% "typesafe-config-scala" % "0.1.1"
resolvers += Resolver.bintrayRepo("andyglow", "scala-tools")

Mill build tool

ivy"com.github.andyglow::typesafe-config-scala:0.1.1"
MavenRepository("https://dl.bintray.com/andyglow/scala-tools")

Scala CLI

//> using dep "com.github.andyglow::typesafe-config-scala:0.1.1"

Ammonite REPL

import $ivy.`com.github.andyglow::typesafe-config-scala:0.1.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray andyglow scala-tools",
  "Some(https://dl.bintray.com/andyglow/scala-tools)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.andyglow</groupId>
  <artifactId>typesafe-config-scala_2.11</artifactId>
  <version>0.1.1</version>
</dependency>

compile group: 'com.github.andyglow', name: 'typesafe-config-scala_2.11', version: '0.1.1'