mcsherrylabs / sss.ancillary   1.29

GNU General Public License v3.0 only GitHub

Utilities orthogonal to any project, depended on by most.

Scala versions: 2.13 2.11

sss-ancillary 1.0


Group ID:
com.mcsherrylabs
Artifact ID:
sss-ancillary_2.11
Version:
1.0
Release Date:
Sept 23, 2016
Licenses:
MIT

libraryDependencies += "com.mcsherrylabs" %% "sss-ancillary" % "1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.mcsherrylabs::sss-ancillary:1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.mcsherrylabs::sss-ancillary:1.0"

Ammonite REPL

import $ivy.`com.mcsherrylabs::sss-ancillary:1.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>com.mcsherrylabs</groupId>
  <artifactId>sss-ancillary_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.mcsherrylabs', name: 'sss-ancillary_2.11', version: '1.0'