| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаio.github.cdklabs.cdk_cloudformation |
| Идентификатор | Идентификаторtf-random-string |
| Версия | Версия1.0.0-alpha.3 |
| Тип | Типjar |
<!-- 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.3</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.3'
// 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.3")
'io.github.cdklabs.cdk_cloudformation:tf-random-string:jar:1.0.0-alpha.3'
<dependency org="io.github.cdklabs.cdk_cloudformation" name="tf-random-string" rev="1.0.0-alpha.3">
<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.3')
)
libraryDependencies += "io.github.cdklabs.cdk_cloudformation" % "tf-random-string" % "1.0.0-alpha.3"
[io.github.cdklabs.cdk_cloudformation/tf-random-string "1.0.0-alpha.3"]