Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-random |
Version | Version0.3.4 |
Type | Typejar |
Filename | Size |
---|---|
cdktf-provider-random-0.3.4.pom | |
cdktf-provider-random-0.3.4.jar | 120 KB |
cdktf-provider-random-0.3.4-sources.jar | 93 KB |
cdktf-provider-random-0.3.4-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.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-random/
implementation 'com.hashicorp:cdktf-provider-random:0.3.4'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-random/
implementation ("com.hashicorp:cdktf-provider-random:0.3.4")
'com.hashicorp:cdktf-provider-random:jar:0.3.4'
<dependency org="com.hashicorp" name="cdktf-provider-random" rev="0.3.4">
<artifact name="cdktf-provider-random" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-random', version='0.3.4')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-random" % "0.3.4"
[com.hashicorp/cdktf-provider-random "0.3.4"]