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-lambda 1.0.30


Group ID:
com.github.dnvriend
Artifact ID:
sam-lambda_2.12
Version:
1.0.30
Release Date:
May 4, 2018
Licenses:

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

Mill build tool

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

Scala CLI

//> using dep "com.github.dnvriend::sam-lambda:1.0.30"

Ammonite REPL

import $ivy.`com.github.dnvriend::sam-lambda:1.0.30`
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-lambda_2.12</artifactId>
  <version>1.0.30</version>
</dependency>

compile group: 'com.github.dnvriend', name: 'sam-lambda_2.12', version: '1.0.30'