License |
License |
---|---|
Categories |
CategoriesCLI User Interface Dex General Purpose Libraries Utility |
GroupId | GroupIdpl.dexterxx.dev.alfresco |
ArtifactId | ArtifactIdalfresco-restclient |
Version | Version1.3.0 |
Type | Typejar |
Description |
DescriptionAlfresco RESTful client
A client library based on OpenFeign to communicate with Alfresco RESTful services.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
alfresco-restclient-1.3.0.pom | |
alfresco-restclient-1.3.0.jar | 75 KB |
alfresco-restclient-1.3.0-sources.jar | 61 KB |
alfresco-restclient-1.3.0-javadoc.jar | 493 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.dexterxx.dev.alfresco/alfresco-restclient/ -->
<dependency>
<groupId>pl.dexterxx.dev.alfresco</groupId>
<artifactId>alfresco-restclient</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/pl.dexterxx.dev.alfresco/alfresco-restclient/
implementation 'pl.dexterxx.dev.alfresco:alfresco-restclient:1.3.0'
// https://jarcasting.com/artifacts/pl.dexterxx.dev.alfresco/alfresco-restclient/
implementation ("pl.dexterxx.dev.alfresco:alfresco-restclient:1.3.0")
'pl.dexterxx.dev.alfresco:alfresco-restclient:jar:1.3.0'
<dependency org="pl.dexterxx.dev.alfresco" name="alfresco-restclient" rev="1.3.0">
<artifact name="alfresco-restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.dexterxx.dev.alfresco', module='alfresco-restclient', version='1.3.0')
)
libraryDependencies += "pl.dexterxx.dev.alfresco" % "alfresco-restclient" % "1.3.0"
[pl.dexterxx.dev.alfresco/alfresco-restclient "1.3.0"]
Group / Artifact | Type | Version |
---|---|---|
io.github.openfeign : feign-core | jar | 9.5.1 |
io.github.openfeign : feign-jackson | jar | 9.5.1 |
io.github.openfeign : feign-jaxrs | jar | 9.5.1 |
io.github.openfeign : feign-slf4j | jar | 9.5.1 |
io.github.openfeign : feign-annotation-error-decoder | jar | 1.0.3 |
io.github.openfeign.form : feign-form | jar | 3.0.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.3 |
org.apache.commons : commons-lang3 | jar | 3.7 |
org.slf4j : slf4j-api | jar | 1.7.9 |
org.apache.tika : tika-core | jar | 1.16 |
commons-io : commons-io | jar | 2.6 |