Download pagerduty-client-2.0.2.jar file - Jar p

Jar examples for p:pagerduty-client

Description

Simple Java PagerDuty client with full integration with PagerDuty Events APIs v2

You can download jar file pagerduty-client 2.0.2 in this page.

License

The MIT License

Build File

You can use the following script to add pagerduty-client-2.0.2.jar to your project.

<dependency>
   <groupId>com.github.dikhan</groupId>
   <artifactId>pagerduty-client</artifactId>
   <version>2.0.2</version>
</dependency>
compile group: 'com.github.dikhan', name: 'pagerduty-client', version: '2.0.2'
libraryDependencies += "com.github.dikhan" % "pagerduty-client" % "2.0.2"
<dependency org="com.github.dikhan" name="pagerduty-client" rev="2.0.2"/>
@Grapes(@Grab(group='com.github.dikhan', module='pagerduty-client', version='2.0.2'))
'com.github.dikhan:pagerduty-client:jar:2.0.2'

Download

Click the following link to download the jar file.

pagerduty-client-2.0.2-javadoc.jar
pagerduty-client-2.0.2-sources.jar
pagerduty-client-2.0.2.jar
pagerduty-client-2.0.2.pom



Related Tutorials