Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.dikhan |
ArtifactId | ArtifactIdpagerduty-client |
Version | Version1.0.56 |
Type | Typejar |
Filename | Size |
---|---|
pagerduty-client-1.0.56.pom | |
pagerduty-client-1.0.56.jar | 19 KB |
pagerduty-client-1.0.56-sources.jar | 9 KB |
pagerduty-client-1.0.56-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.56</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dikhan/pagerduty-client/
implementation 'com.github.dikhan:pagerduty-client:1.0.56'
// https://jarcasting.com/artifacts/com.github.dikhan/pagerduty-client/
implementation ("com.github.dikhan:pagerduty-client:1.0.56")
'com.github.dikhan:pagerduty-client:jar:1.0.56'
<dependency org="com.github.dikhan" name="pagerduty-client" rev="1.0.56">
<artifact name="pagerduty-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dikhan', module='pagerduty-client', version='1.0.56')
)
libraryDependencies += "com.github.dikhan" % "pagerduty-client" % "1.0.56"
[com.github.dikhan/pagerduty-client "1.0.56"]