bayer-group / cloudformation-template-generator 3.10.3
BSD 3-clause "New" or "Revised" License GitHubA type-safe Scala DSL for generating CloudFormation templates
cloud-formation-template-generator 3.3.0
Group ID:
com.monsanto.arch
Artifact ID:
cloud-formation-template-generator_2.11
Version:
3.3.0
Release Date:
Mar 18, 2016
Licenses:
libraryDependencies += "com.monsanto.arch" %% "cloud-formation-template-generator" % "3.3.0" resolvers += Resolver.bintrayRepo("monsanto", "maven")
ivy"com.monsanto.arch::cloud-formation-template-generator:3.3.0" MavenRepository("https://dl.bintray.com/monsanto/maven")
//> using dep "com.monsanto.arch::cloud-formation-template-generator:3.3.0"
import $ivy.`com.monsanto.arch::cloud-formation-template-generator:3.3.0` import ammonite._, Resolvers._ val res = Resolver.Http( "Bintray monsanto maven", "Some(https://dl.bintray.com/monsanto/maven)", IvyPattern, false) interp.resolvers() = interp.resolvers() :+ res
<dependency> <groupId>com.monsanto.arch</groupId> <artifactId>cloud-formation-template-generator_2.11</artifactId> <version>3.3.0</version> </dependency>
compile group: 'com.monsanto.arch', name: 'cloud-formation-template-generator_2.11', version: '3.3.0'