| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.hashicorp |
| ArtifactId | ArtifactIdcdktf-provider-random |
| Version | Version0.0.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cdktf-provider-random-0.0.7.pom | |
| cdktf-provider-random-0.0.7.jar | 114 KB |
| cdktf-provider-random-0.0.7-sources.jar | 87 KB |
| cdktf-provider-random-0.0.7-javadoc.jar | 665 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-random/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-random</artifactId>
<version>0.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-random/
implementation 'com.hashicorp:cdktf-provider-random:0.0.7'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-random/
implementation ("com.hashicorp:cdktf-provider-random:0.0.7")
'com.hashicorp:cdktf-provider-random:jar:0.0.7'
<dependency org="com.hashicorp" name="cdktf-provider-random" rev="0.0.7">
<artifact name="cdktf-provider-random" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-random', version='0.0.7')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-random" % "0.0.7"
[com.hashicorp/cdktf-provider-random "0.0.7"]