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