is not current version
Last Version 15.2.0.1

com.github.shiver-me-timbers.aws.cloudformation:smt-cloudformation-parent 1.0

This library contains Java objects for building Cloudformation template components. These objects can then be serialised to a JSON or YAML template using the Jackson library.

Categories

Categories

AWS Container PaaS Providers ORM Data
GroupId

GroupId

com.github.shiver-me-timbers.aws.cloudformation
ArtifactId

ArtifactId

smt-cloudformation-parent
Version

Version

1.0
Type

Type

pom

Download smt-cloudformation-parent 1.0


<!-- https://jarcasting.com/artifacts/com.github.shiver-me-timbers.aws.cloudformation/smt-cloudformation-parent/ -->
<dependency>
    <groupId>com.github.shiver-me-timbers.aws.cloudformation</groupId>
    <artifactId>smt-cloudformation-parent</artifactId>
    <version>1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers.aws.cloudformation/smt-cloudformation-parent/
implementation 'com.github.shiver-me-timbers.aws.cloudformation:smt-cloudformation-parent:1.0'
// https://jarcasting.com/artifacts/com.github.shiver-me-timbers.aws.cloudformation/smt-cloudformation-parent/
implementation ("com.github.shiver-me-timbers.aws.cloudformation:smt-cloudformation-parent:1.0")
'com.github.shiver-me-timbers.aws.cloudformation:smt-cloudformation-parent:pom:1.0'
<dependency org="com.github.shiver-me-timbers.aws.cloudformation" name="smt-cloudformation-parent" rev="1.0">
  <artifact name="smt-cloudformation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shiver-me-timbers.aws.cloudformation', module='smt-cloudformation-parent', version='1.0')
)
libraryDependencies += "com.github.shiver-me-timbers.aws.cloudformation" % "smt-cloudformation-parent" % "1.0"
[com.github.shiver-me-timbers.aws.cloudformation/smt-cloudformation-parent "1.0"]