Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdio.github.cdklabs.cdk_cloudformation |
ArtifactId | ArtifactIdtf-random-string |
Version | Version1.0.0-alpha.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/tf-random-string/ -->
<dependency>
<groupId>io.github.cdklabs.cdk_cloudformation</groupId>
<artifactId>tf-random-string</artifactId>
<version>1.0.0-alpha.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/tf-random-string/
implementation 'io.github.cdklabs.cdk_cloudformation:tf-random-string:1.0.0-alpha.1'
// https://jarcasting.com/artifacts/io.github.cdklabs.cdk_cloudformation/tf-random-string/
implementation ("io.github.cdklabs.cdk_cloudformation:tf-random-string:1.0.0-alpha.1")
'io.github.cdklabs.cdk_cloudformation:tf-random-string:jar:1.0.0-alpha.1'
<dependency org="io.github.cdklabs.cdk_cloudformation" name="tf-random-string" rev="1.0.0-alpha.1">
<artifact name="tf-random-string" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.cdklabs.cdk_cloudformation', module='tf-random-string', version='1.0.0-alpha.1')
)
libraryDependencies += "io.github.cdklabs.cdk_cloudformation" % "tf-random-string" % "1.0.0-alpha.1"
[io.github.cdklabs.cdk_cloudformation/tf-random-string "1.0.0-alpha.1"]