wvlet / config   1.1

GitHub

Configure Scala applications in a simple flow

Scala versions: 2.12 2.11

wvlet-config 1.1


Group ID:
org.wvlet
Artifact ID:
wvlet-config_2.12
Version:
1.1
Release Date:
Jun 3, 2017
Licenses:
Files:

libraryDependencies += "org.wvlet" %% "wvlet-config" % "1.1"

Mill build tool

ivy"org.wvlet::wvlet-config:1.1"

Scala CLI

//> using dep "org.wvlet::wvlet-config:1.1"

Ammonite REPL

import $ivy.`org.wvlet::wvlet-config:1.1`

<dependency>
  <groupId>org.wvlet</groupId>
  <artifactId>wvlet-config_2.12</artifactId>
  <version>1.1</version>
</dependency>

compile group: 'org.wvlet', name: 'wvlet-config_2.12', version: '1.1'