License |
License |
---|---|
Categories |
CategoriesJava Languages CLI User Interface |
GroupId | GroupIdcom.github.crob1140 |
ArtifactId | ArtifactIdconfluence-java-client |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfluence Java Client
A simple Java client for the Confluence Cloud REST API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.crob1140/confluence-java-client/ -->
<dependency>
<groupId>com.github.crob1140</groupId>
<artifactId>confluence-java-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.crob1140/confluence-java-client/
implementation 'com.github.crob1140:confluence-java-client:1.0.0'
// https://jarcasting.com/artifacts/com.github.crob1140/confluence-java-client/
implementation ("com.github.crob1140:confluence-java-client:1.0.0")
'com.github.crob1140:confluence-java-client:jar:1.0.0'
<dependency org="com.github.crob1140" name="confluence-java-client" rev="1.0.0">
<artifact name="confluence-java-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.crob1140', module='confluence-java-client', version='1.0.0')
)
libraryDependencies += "com.github.crob1140" % "confluence-java-client" % "1.0.0"
[com.github.crob1140/confluence-java-client "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.jersey.core : jersey-common | jar | 2.27 |
org.glassfish.jersey.core : jersey-client | jar | 2.27 |
org.glassfish.jersey.inject : jersey-hk2 | jar | 2.27 |
org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.27 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.5 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.github.tomakehurst : wiremock | jar | 2.17.0 |
org.skyscreamer : jsonassert | jar | 1.5.0 |