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