Categories |
CategoriesIDE Development Tools Github Version Controls |
---|---|
GroupId | GroupIdcom.hashicorp |
ArtifactId | ArtifactIdcdktf-provider-github |
Version | Version0.3.53 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-github/ -->
<dependency>
<groupId>com.hashicorp</groupId>
<artifactId>cdktf-provider-github</artifactId>
<version>0.3.53</version>
</dependency>
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-github/
implementation 'com.hashicorp:cdktf-provider-github:0.3.53'
// https://jarcasting.com/artifacts/com.hashicorp/cdktf-provider-github/
implementation ("com.hashicorp:cdktf-provider-github:0.3.53")
'com.hashicorp:cdktf-provider-github:jar:0.3.53'
<dependency org="com.hashicorp" name="cdktf-provider-github" rev="0.3.53">
<artifact name="cdktf-provider-github" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hashicorp', module='cdktf-provider-github', version='0.3.53')
)
libraryDependencies += "com.hashicorp" % "cdktf-provider-github" % "0.3.53"
[com.hashicorp/cdktf-provider-github "0.3.53"]