Files download
File Operation
tf-random-uuid-1.0.0-alpha.7.jar download
tf-random-uuid-1.0.0-alpha.7.pom download
tf-random-uuid-1.0.0-alpha.7-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.cdklabs.cdk_cloudformation</groupId>
  <artifactId>tf-random-uuid</artifactId>
  <version>1.0.0-alpha.7</version>
</dependency>
Gradle Groovy
implementation 'io.github.cdklabs.cdk_cloudformation:tf-random-uuid:1.0.0-alpha.7'
Gradle Kotlin
implementation("io.github.cdklabs.cdk_cloudformation:tf-random-uuid:1.0.0-alpha.7")
Scala SBT
libraryDependencies += "io.github.cdklabs.cdk_cloudformation" % "tf-random-uuid" % "1.0.0-alpha.7"
Groovy Grape
@Grapes(
  @Grab(group='io.github.cdklabs.cdk_cloudformation', module='tf-random-uuid', version='1.0.0-alpha.7')
)
Apache Ivy
<dependency org="io.github.cdklabs.cdk_cloudformation" name="tf-random-uuid" rev="1.0.0-alpha.7" />
Leiningen
[io.github.cdklabs.cdk_cloudformation/tf-random-uuid "1.0.0-alpha.7"]
Apache Buildr
'io.github.cdklabs.cdk_cloudformation:tf-random-uuid:jar:1.0.0-alpha.7'