larsrh / remotely   1.5.0

Apache License 2.0 GitHub

2.12 fork of https://github.com/Verizon/remotely (DISCONTINUED)

Scala versions: 2.12 2.11 2.10

remotely 1.5.0


Group ID:
info.hupel.fork.com.verizon
Artifact ID:
remotely_2.12
Version:
1.5.0
Release Date:
Nov 10, 2016
Licenses:

libraryDependencies += "info.hupel.fork.com.verizon" %% "remotely" % "1.5.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"info.hupel.fork.com.verizon::remotely:1.5.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "info.hupel.fork.com.verizon::remotely:1.5.0"

Ammonite REPL

import $ivy.`info.hupel.fork.com.verizon::remotely:1.5.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>info.hupel.fork.com.verizon</groupId>
  <artifactId>remotely_2.12</artifactId>
  <version>1.5.0</version>
</dependency>

compile group: 'info.hupel.fork.com.verizon', name: 'remotely_2.12', version: '1.5.0'