Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.dikhan |
ArtifactId | ArtifactIdpagerduty-client |
Version | Version1.0.256 |
Type | Typejar |
Filename | Size |
---|---|
pagerduty-client-1.0.256.pom | |
pagerduty-client-1.0.256.jar | 19 KB |
pagerduty-client-1.0.256-sources.jar | 9 KB |
pagerduty-client-1.0.256-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dikhan/pagerduty-client/ -->
<dependency>
<groupId>com.github.dikhan</groupId>
<artifactId>pagerduty-client</artifactId>
<version>1.0.256</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dikhan/pagerduty-client/
implementation 'com.github.dikhan:pagerduty-client:1.0.256'
// https://jarcasting.com/artifacts/com.github.dikhan/pagerduty-client/
implementation ("com.github.dikhan:pagerduty-client:1.0.256")
'com.github.dikhan:pagerduty-client:jar:1.0.256'
<dependency org="com.github.dikhan" name="pagerduty-client" rev="1.0.256">
<artifact name="pagerduty-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dikhan', module='pagerduty-client', version='1.0.256')
)
libraryDependencies += "com.github.dikhan" % "pagerduty-client" % "1.0.256"
[com.github.dikhan/pagerduty-client "1.0.256"]