Zold Java Client

Java wrapper over Zold's RESTful API

Лицензия

Лицензия

Категории

Категории

Java Языки программирования CLI Взаимодействие с пользователем
Группа

Группа

com.amihaiemil.web
Идентификатор

Идентификатор

zold-java-client
Последняя версия

Последняя версия

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Zold Java Client
Java wrapper over Zold's RESTful API
Ссылка на сайт

Ссылка на сайт

https://www.github.com/amihaiemil/zold-java-client
Система контроля версий

Система контроля версий

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

Скачать zold-java-client

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.apache.httpcomponents.client5 : httpclient5 jar 5.0-beta3

provided (1)

Идентификатор библиотеки Тип Версия
javax.json : javax.json-api jar 1.0

test (6)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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).

Версии библиотеки

Версия
0.0.3
0.0.2
0.0.1