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.5.1
Group ID:
com.monsanto.arch
Artifact ID:
cloud-formation-template-generator_2.12
Version:
3.5.1
Release Date:
Dec 5, 2016
Licenses:
libraryDependencies += "com.monsanto.arch" %% "cloud-formation-template-generator" % "3.5.1" resolvers += Resolver.bintrayRepo("monsanto", "maven")
ivy"com.monsanto.arch::cloud-formation-template-generator:3.5.1" MavenRepository("https://dl.bintray.com/monsanto/maven")
//> using dep "com.monsanto.arch::cloud-formation-template-generator:3.5.1"
import $ivy.`com.monsanto.arch::cloud-formation-template-generator:3.5.1` 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.12</artifactId> <version>3.5.1</version> </dependency>
compile group: 'com.monsanto.arch', name: 'cloud-formation-template-generator_2.12', version: '3.5.1'