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