| License | 
                License
                                                        The MIT License                                                 
                             | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.github.dikhan | 
    
| ArtifactId | ArtifactIdpagerduty-client | 
    
| Last Version | Last Version3.1.2 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionpagerduty-client 
            Simple Java PagerDuty client with full integration with PagerDuty Events APIs v2 
         | 
    
| Project URL | 
                    Project URL | 
            
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| pagerduty-client-3.1.2.pom | |
| pagerduty-client-3.1.2.jar | 37 KB | 
| pagerduty-client-3.1.2-sources.jar | 18 KB | 
| pagerduty-client-3.1.2-javadoc.jar | 179 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.dikhan/pagerduty-client/ -->
<dependency>
    <groupId>com.github.dikhan</groupId>
    <artifactId>pagerduty-client</artifactId>
    <version>3.1.2</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.dikhan/pagerduty-client/
implementation 'com.github.dikhan:pagerduty-client:3.1.2'
                // https://jarcasting.com/artifacts/com.github.dikhan/pagerduty-client/
implementation ("com.github.dikhan:pagerduty-client:3.1.2")
                'com.github.dikhan:pagerduty-client:jar:3.1.2'
                <dependency org="com.github.dikhan" name="pagerduty-client" rev="3.1.2">
  <artifact name="pagerduty-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.dikhan', module='pagerduty-client', version='3.1.2')
)
                libraryDependencies += "com.github.dikhan" % "pagerduty-client" % "3.1.2"
                [com.github.dikhan/pagerduty-client "3.1.2"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.mashape.unirest : unirest-java | jar | 1.4.9 | 
| org.apache.commons : commons-lang3 | jar | 3.0 | 
| org.slf4j : slf4j-api | jar | 1.7.21 | 
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10.7 | 
| org.apache.commons : commons-io | jar | 1.3.2 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 | 
| org.assertj : assertj-core | jar | 3.5.2 | 
| org.mock-server : mockserver-client-java | jar | 3.10.4 | 
| org.mock-server : mockserver-netty | jar | 3.10.4 | 
| org.slf4j : slf4j-log4j12 | jar | 1.7.21 |