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-ops 1.0.26


Group ID:
com.github.dnvriend
Artifact ID:
sam-ops_2.12
Version:
1.0.26
Release Date:
Feb 22, 2018
Licenses:

libraryDependencies += "com.github.dnvriend" %% "sam-ops" % "1.0.26"
resolvers += Resolver.bintrayRepo("dnvriend", "maven")

Mill build tool

ivy"com.github.dnvriend::sam-ops:1.0.26"
MavenRepository("https://dl.bintray.com/dnvriend/maven")

Scala CLI

//> using dep "com.github.dnvriend::sam-ops:1.0.26"

Ammonite REPL

import $ivy.`com.github.dnvriend::sam-ops:1.0.26`
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-ops_2.12</artifactId>
  <version>1.0.26</version>
</dependency>

compile group: 'com.github.dnvriend', name: 'sam-ops_2.12', version: '1.0.26'