tmtsoftware / csw   0.5.0

GitHub

TMT Common Software Product

Scala versions: 2.12

csw-location-agent 0.1.2+350-258f77fe


Group ID:
org.tmt
Artifact ID:
csw-location-agent_2.12
Version:
0.1.2+350-258f77fe
Release Date:
Aug 5, 2017
Licenses:

libraryDependencies += "org.tmt" %% "csw-location-agent" % "0.1.2+350-258f77fe"
resolvers += Resolver.bintrayRepo("twtmt", "maven")

Mill build tool

ivy"org.tmt::csw-location-agent:0.1.2+350-258f77fe"
MavenRepository("https://dl.bintray.com/twtmt/maven")

Scala CLI

//> using dep "org.tmt::csw-location-agent:0.1.2+350-258f77fe"

Ammonite REPL

import $ivy.`org.tmt::csw-location-agent:0.1.2+350-258f77fe`
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>csw-location-agent_2.12</artifactId>
  <version>0.1.2+350-258f77fe</version>
</dependency>

compile group: 'org.tmt', name: 'csw-location-agent_2.12', version: '0.1.2+350-258f77fe'