License |
License |
---|---|
GroupId | GroupIdcom.github.taucher2003 |
ArtifactId | ArtifactIdatlassian-statuspage-api |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionatlassian-statuspage-api
A Java wrapper for the REST API from statuspage.io made by Atlassian
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.taucher2003/atlassian-statuspage-api/ -->
<dependency>
<groupId>com.github.taucher2003</groupId>
<artifactId>atlassian-statuspage-api</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taucher2003/atlassian-statuspage-api/
implementation 'com.github.taucher2003:atlassian-statuspage-api:1.0.0'
// https://jarcasting.com/artifacts/com.github.taucher2003/atlassian-statuspage-api/
implementation ("com.github.taucher2003:atlassian-statuspage-api:1.0.0")
'com.github.taucher2003:atlassian-statuspage-api:jar:1.0.0'
<dependency org="com.github.taucher2003" name="atlassian-statuspage-api" rev="1.0.0">
<artifact name="atlassian-statuspage-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taucher2003', module='atlassian-statuspage-api', version='1.0.0')
)
libraryDependencies += "com.github.taucher2003" % "atlassian-statuspage-api" % "1.0.0"
[com.github.taucher2003/atlassian-statuspage-api "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.json : json | jar | 20150729 |
com.squareup.okhttp : okhttp | jar | 2.7.5 |