tmtsoftware / csw   0.5.0

GitHub

TMT Common Software Product

Scala versions: 2.12

config-cli-client 0.1.1+582-3f7f1fb7


Group ID:
org.tmt
Artifact ID:
config-cli-client_2.12
Version:
0.1.1+582-3f7f1fb7
Release Date:
Apr 19, 2017
Licenses:

libraryDependencies += "org.tmt" %% "config-cli-client" % "0.1.1+582-3f7f1fb7"
resolvers += Resolver.bintrayRepo("twtmt", "maven")

Mill build tool

ivy"org.tmt::config-cli-client:0.1.1+582-3f7f1fb7"
MavenRepository("https://dl.bintray.com/twtmt/maven")

Scala CLI

//> using dep "org.tmt::config-cli-client:0.1.1+582-3f7f1fb7"

Ammonite REPL

import $ivy.`org.tmt::config-cli-client:0.1.1+582-3f7f1fb7`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray twtmt maven",
  "Some(https://dl.bintray.com/twtmt/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.tmt</groupId>
  <artifactId>config-cli-client_2.12</artifactId>
  <version>0.1.1+582-3f7f1fb7</version>
</dependency>

compile group: 'org.tmt', name: 'config-cli-client_2.12', version: '0.1.1+582-3f7f1fb7'