License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.lucapino |
ArtifactId | ArtifactIdconfluence-rest-client |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionConfluence REST Client
REST Client for interact with Confluence wiki
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
confluence-rest-client-1.0.4.pom | |
confluence-rest-client-1.0.4.jar | 152 KB |
confluence-rest-client-1.0.4-sources.jar | 146 KB |
confluence-rest-client-1.0.4-javadoc.jar | 517 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lucapino/confluence-rest-client/ -->
<dependency>
<groupId>com.github.lucapino</groupId>
<artifactId>confluence-rest-client</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lucapino/confluence-rest-client/
implementation 'com.github.lucapino:confluence-rest-client:1.0.4'
// https://jarcasting.com/artifacts/com.github.lucapino/confluence-rest-client/
implementation ("com.github.lucapino:confluence-rest-client:1.0.4")
'com.github.lucapino:confluence-rest-client:jar:1.0.4'
<dependency org="com.github.lucapino" name="confluence-rest-client" rev="1.0.4">
<artifact name="confluence-rest-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lucapino', module='confluence-rest-client', version='1.0.4')
)
libraryDependencies += "com.github.lucapino" % "confluence-rest-client" % "1.0.4"
[com.github.lucapino/confluence-rest-client "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.5.3 |
org.apache.httpcomponents : httpmime | jar | 4.5.3 |
com.google.code.gson : gson | jar | 2.8.2 |
org.apache.commons : commons-lang3 | jar | 3.6 |
javax.ws.rs : jsr311-api | jar | 1.1.1 |
commons-io : commons-io | jar | 2.6 |
commons-validator : commons-validator | jar | 1.6 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.11 |