bayer-group / cloudformation-template-generator   3.10.3

BSD 3-clause "New" or "Revised" License GitHub

A type-safe Scala DSL for generating CloudFormation templates

Scala versions: 2.12 2.11

cloud-formation-template-generator 3.0.5


Group ID:
com.monsanto.arch
Artifact ID:
cloud-formation-template-generator_2.11
Version:
3.0.5
Release Date:
Jan 7, 2016
Licenses:

libraryDependencies += "com.monsanto.arch" %% "cloud-formation-template-generator" % "3.0.5"
resolvers += Resolver.bintrayRepo("monsanto", "maven")

Mill build tool

ivy"com.monsanto.arch::cloud-formation-template-generator:3.0.5"
MavenRepository("https://dl.bintray.com/monsanto/maven")

Scala CLI

//> using dep "com.monsanto.arch::cloud-formation-template-generator:3.0.5"

Ammonite REPL

import $ivy.`com.monsanto.arch::cloud-formation-template-generator:3.0.5`
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.0.5</version>
</dependency>

compile group: 'com.monsanto.arch', name: 'cloud-formation-template-generator_2.11', version: '3.0.5'