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