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