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