Last Version

Confluence REST API Client for Java 0.0.5

A Java library for publishing pages and attachments to Confluence via the REST API.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

org.znerd
ArtifactId

ArtifactId

confluence-client
Version

Version

0.0.5
Type

Type

jar
Description

Description

Confluence REST API Client for Java
A Java library for publishing pages and attachments to Confluence via the REST API.
Project URL

Project URL

https://github.com/znerd/confluence-client
Source Code Management

Source Code Management

https://github.com/znerd/confluence-publisher.git

Download confluence-client 0.0.5


<!-- https://jarcasting.com/artifacts/org.znerd/confluence-client/ -->
<dependency>
    <groupId>org.znerd</groupId>
    <artifactId>confluence-client</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.znerd/confluence-client/
implementation 'org.znerd:confluence-client:0.0.5'
// https://jarcasting.com/artifacts/org.znerd/confluence-client/
implementation ("org.znerd:confluence-client:0.0.5")
'org.znerd:confluence-client:jar:0.0.5'
<dependency org="org.znerd" name="confluence-client" rev="0.0.5">
  <artifact name="confluence-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.znerd', module='confluence-client', version='0.0.5')
)
libraryDependencies += "org.znerd" % "confluence-client" % "0.0.5"
[org.znerd/confluence-client "0.0.5"]

Dependencies

compile (5)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.10.1
commons-codec : commons-codec jar 1.13
commons-lang : commons-lang jar 2.6
org.apache.httpcomponents : httpclient jar 4.5.10
org.apache.httpcomponents : httpmime jar 4.5.10

test (5)

Group / Artifact Type Version
io.rest-assured : json-path jar 4.1.2
io.rest-assured : rest-assured jar 4.1.2
junit : junit jar 4.13.1
org.hamcrest : hamcrest-all jar 1.3
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.