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