tmtsoftware / csw   0.5.0

GitHub

TMT Common Software Product

Scala versions: 2.12

csw-location 0.1.3


Group ID:
org.tmt
Artifact ID:
csw-location_2.12
Version:
0.1.3
Release Date:
Feb 22, 2017
Licenses:

libraryDependencies += "org.tmt" %% "csw-location" % "0.1.3"
resolvers += Resolver.bintrayRepo("skvithalani", "Repo1")

Mill build tool

ivy"org.tmt::csw-location:0.1.3"
MavenRepository("https://dl.bintray.com/skvithalani/Repo1")

Scala CLI

//> using dep "org.tmt::csw-location:0.1.3"

Ammonite REPL

import $ivy.`org.tmt::csw-location:0.1.3`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray skvithalani Repo1",
  "Some(https://dl.bintray.com/skvithalani/Repo1)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.tmt</groupId>
  <artifactId>csw-location_2.12</artifactId>
  <version>0.1.3</version>
</dependency>

compile group: 'org.tmt', name: 'csw-location_2.12', version: '0.1.3'