dnvriend / sbt-sam   1.0.30

Apache License 2.0 GitHub

Plugin and library to create enterprise-cloud applications leveraging SBT and the SAM component model

Scala versions: 2.12 2.11

sam-testing-lib 1.0.16


Group ID:
com.github.dnvriend
Artifact ID:
sam-testing-lib_2.11
Version:
1.0.16
Release Date:
Jan 9, 2018
Licenses:

libraryDependencies += "com.github.dnvriend" %% "sam-testing-lib" % "1.0.16"
resolvers += Resolver.bintrayRepo("dnvriend", "maven")

Mill build tool

ivy"com.github.dnvriend::sam-testing-lib:1.0.16"
MavenRepository("https://dl.bintray.com/dnvriend/maven")

Scala CLI

//> using dep "com.github.dnvriend::sam-testing-lib:1.0.16"

Ammonite REPL

import $ivy.`com.github.dnvriend::sam-testing-lib:1.0.16`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray dnvriend maven",
  "Some(https://dl.bintray.com/dnvriend/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.dnvriend</groupId>
  <artifactId>sam-testing-lib_2.11</artifactId>
  <version>1.0.16</version>
</dependency>

compile group: 'com.github.dnvriend', name: 'sam-testing-lib_2.11', version: '1.0.16'