License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.scaleset |
ArtifactId | ArtifactIdcloudformation-builder |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncloudformation-builder
Java framework for creating CloudFormation templates
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.scaleset/cloudformation-builder/ -->
<dependency>
<groupId>com.scaleset</groupId>
<artifactId>cloudformation-builder</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.scaleset/cloudformation-builder/
implementation 'com.scaleset:cloudformation-builder:0.2.0'
// https://jarcasting.com/artifacts/com.scaleset/cloudformation-builder/
implementation ("com.scaleset:cloudformation-builder:0.2.0")
'com.scaleset:cloudformation-builder:jar:0.2.0'
<dependency org="com.scaleset" name="cloudformation-builder" rev="0.2.0">
<artifact name="cloudformation-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.scaleset', module='cloudformation-builder', version='0.2.0')
)
libraryDependencies += "com.scaleset" % "cloudformation-builder" % "0.2.0"
[com.scaleset/cloudformation-builder "0.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.3.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.3.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.3.3 |
org.reflections : reflections | jar | 0.9.9 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |