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