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