Zold Java Client

Java wrapper over Zold's RESTful API

License

License

Categories

Categories

Java Languages CLI User Interface
GroupId

GroupId

com.amihaiemil.web
ArtifactId

ArtifactId

zold-java-client
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

Zold Java Client
Java wrapper over Zold's RESTful API
Project URL

Project URL

https://www.github.com/amihaiemil/zold-java-client
Source Code Management

Source Code Management

https://github.com/amihaiemil/zold-java-client

Download zold-java-client

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.httpcomponents.client5 : httpclient5 jar 5.0-beta3

provided (1)

Group / Artifact Type Version
javax.json : javax.json-api jar 1.0

test (6)

Group / Artifact Type Version
org.glassfish : javax.json jar 1.0.4
org.hamcrest : hamcrest-all jar 1.3
junit : junit jar 4.12
org.mockito : mockito-all jar 1.9.5
com.sun.grizzly : grizzly-servlet-webserver jar 1.9.64
org.apache.commons : commons-io jar 1.3.2

Project Modules

There are no modules declared in this project.

zold-java-client

Managed by Zerocrat

Build Status Coverage Status

Donate via Zerocracy DevOps By Rultor.com We recommend IntelliJ IDEA

Java wrapper for Zold's RESTful API.

Maven dependency

The library comes as a maven dependency:

<dependency>
    <groupId>com.amihaiemil.web</groupId>
    <artifactId>zold-java-client</artifactId>
    <version>0.0.3</version>
</dependency>

In order for it to work, you need to have an implementation of JSON-P (JSR 374) in your classpath (it doesn't come transitively since most people are using Java EE APIs so, chances are it is already provided!).

If you are not using Maven, you can also download the fat jar.

Contributing

If you would like to contribute, just open an issue or a PR.

Make sure the maven build:

$mvn clean install -Pcheckstyle

passes before making a PR. Checkstyle will make sure you're following our code style and guidlines.

This project is managed by Zerocracy, see the Policy for more details.

Note that we do not have Zerocracy QAs, yet we still try to adhere to the QA rules as much as possible (we won't block any PRs for cosmetic stuff such as commit messages, though).

Versions

Version
0.0.3
0.0.2
0.0.1