MVN

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

Maven & Gradle

Jun 19, 2020
3 stars

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

<dependency>
    <groupId>com.github.shiver-me-timbers.aws.cloudformation</groupId>
    <artifactId>smt-cloudformation-parent</artifactId>
    <version>15.2.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.shiver-me-timbers.aws.cloudformation : smt-cloudformation-parent to add to Maven - Latest Versions:

  • Latest Stable: 15.2.0.1

All Versions

Choose a version of com.github.shiver-me-timbers.aws.cloudformation : smt-cloudformation-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
15.2.x
smt-cloudformation-parent-15.2.0.1
smt-cloudformation-parent-15.2.0.0
6.0.x
smt-cloudformation-parent-6.0.0.0
1.1
smt-cloudformation-parent-1.1
1.0
smt-cloudformation-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.shiver-me-timbers.aws.cloudformation</groupId>
    <artifactId>smt-cloudformation-parent</artifactId>
    <version>15.2.0.1</version>
</dependency>