Plugin and library to create enterprise-cloud applications leveraging SBT and the SAM component model
Scala versions:
2.12
sam-lambda 1.0.13
Group ID:
com.github.dnvriend
Artifact ID:
sam-lambda_2.12
Version:
1.0.13
Release Date:
Jan 6, 2018
Licenses:
libraryDependencies += "com.github.dnvriend" %% "sam-lambda" % "1.0.13" resolvers += Resolver.bintrayRepo("dnvriend", "maven")
ivy"com.github.dnvriend::sam-lambda:1.0.13" MavenRepository("https://dl.bintray.com/dnvriend/maven")
//> using dep "com.github.dnvriend::sam-lambda:1.0.13"
import $ivy.`com.github.dnvriend::sam-lambda:1.0.13` 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.13</version> </dependency>
compile group: 'com.github.dnvriend', name: 'sam-lambda_2.12', version: '1.0.13'