is not current version
Last Version 0.2.0

com.scaleset:cloudformation-builder 0.1.0

Java framework for creating CloudFormation templates

Categories

Categories

ORM Data
GroupId

GroupId

com.scaleset
ArtifactId

ArtifactId

cloudformation-builder
Version

Version

0.1.0
Type

Type

jar

Download cloudformation-builder 0.1.0


<!-- https://jarcasting.com/artifacts/com.scaleset/cloudformation-builder/ -->
<dependency>
    <groupId>com.scaleset</groupId>
    <artifactId>cloudformation-builder</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scaleset/cloudformation-builder/
implementation 'com.scaleset:cloudformation-builder:0.1.0'
// https://jarcasting.com/artifacts/com.scaleset/cloudformation-builder/
implementation ("com.scaleset:cloudformation-builder:0.1.0")
'com.scaleset:cloudformation-builder:jar:0.1.0'
<dependency org="com.scaleset" name="cloudformation-builder" rev="0.1.0">
  <artifact name="cloudformation-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scaleset', module='cloudformation-builder', version='0.1.0')
)
libraryDependencies += "com.scaleset" % "cloudformation-builder" % "0.1.0"
[com.scaleset/cloudformation-builder "0.1.0"]