alfresco RESTful client

A client library to communicate with alfresco restful services

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

uk.co.techblue
ArtifactId

ArtifactId

alfresco-restclient
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

alfresco RESTful client
A client library to communicate with alfresco restful services
Project URL

Project URL

http://www.technologyblueprint.co.uk/
Source Code Management

Source Code Management

https://github.com/techblue/alfresco-restclient

Download alfresco-restclient

How to add to project

<!-- https://jarcasting.com/artifacts/uk.co.techblue/alfresco-restclient/ -->
<dependency>
    <groupId>uk.co.techblue</groupId>
    <artifactId>alfresco-restclient</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.techblue/alfresco-restclient/
implementation 'uk.co.techblue:alfresco-restclient:1.1'
// https://jarcasting.com/artifacts/uk.co.techblue/alfresco-restclient/
implementation ("uk.co.techblue:alfresco-restclient:1.1")
'uk.co.techblue:alfresco-restclient:jar:1.1'
<dependency org="uk.co.techblue" name="alfresco-restclient" rev="1.1">
  <artifact name="alfresco-restclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.techblue', module='alfresco-restclient', version='1.1')
)
libraryDependencies += "uk.co.techblue" % "alfresco-restclient" % "1.1"
[uk.co.techblue/alfresco-restclient "1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.tika : tika-core jar 1.4

provided (7)

Group / Artifact Type Version
org.jboss.resteasy : resteasy-jaxrs jar 2.3.6.Final
org.jboss.resteasy : resteasy-jackson-provider jar 2.3.6.Final
org.jboss.resteasy : resteasy-multipart-provider jar 2.3.6.Final
org.codehaus.jackson : jackson-mapper-asl jar 1.9.9
org.jboss.resteasy : jaxrs-api jar 2.3.6.Final
org.apache.commons : commons-lang3 jar 3.1
commons-logging : commons-logging jar 1.1.1

Project Modules

There are no modules declared in this project.

alfresco-restclient

Rest client written in java to consume Alfresco RESTful services

##Maven Following declaration can be used to add this library as a maven dependency:

<dependency>
    <groupId>uk.co.techblue</groupId>
    <artifactId>alfresco-restclient</artifactId>
    <version>1.1</version>
</dependency>

Pooling connection parameters

##System Properties

alfcli-max-total=20
alfcli-default-max-per-route=2
uk.co.techblue

Versions

Version
1.1