| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.znerd | 
| ArtifactId | ArtifactIdconfluence-client | 
| Last Version | Last Version0.0.5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionConfluence REST API Client for Java A Java library for publishing pages and attachments to Confluence via the REST API. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| confluence-client-0.0.5.pom | |
| confluence-client-0.0.5.jar | 40 KB | 
| confluence-client-0.0.5-sources.jar | 27 KB | 
| confluence-client-0.0.5-javadoc.jar | 161 KB | 
| Browse | 
<!-- 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"]| 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 | 
| 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 |