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