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