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