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