is not current version
Last Version 2.0.0

com.typedpath:cloudformation2kotlin 1.0.0

a Kotlin DSL for AWS cloudformation

Categories

Categories

Kotlin Languages ORM Data
GroupId

GroupId

com.typedpath
ArtifactId

ArtifactId

cloudformation2kotlin
Version

Version

1.0.0
Type

Type

jar

Download cloudformation2kotlin 1.0.0


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