| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.fluxx |
| Идентификатор | Идентификаторfluxx-api |
| Последняя версия | Последняя версия0.5.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеfluxx-api
Java library and reference code for utilizing the http://fluxx.io REST API
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| fluxx-api-0.5.1.pom | |
| fluxx-api-0.5.1.jar | 6 KB |
| fluxx-api-0.5.1-sources.jar | 2 KB |
| fluxx-api-0.5.1-javadoc.jar | 36 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fluxx/fluxx-api/ -->
<dependency>
<groupId>io.fluxx</groupId>
<artifactId>fluxx-api</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.fluxx/fluxx-api/
implementation 'io.fluxx:fluxx-api:0.5.1'
// https://jarcasting.com/artifacts/io.fluxx/fluxx-api/
implementation ("io.fluxx:fluxx-api:0.5.1")
'io.fluxx:fluxx-api:jar:0.5.1'
<dependency org="io.fluxx" name="fluxx-api" rev="0.5.1">
<artifact name="fluxx-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fluxx', module='fluxx-api', version='0.5.1')
)
libraryDependencies += "io.fluxx" % "fluxx-api" % "0.5.1"
[io.fluxx/fluxx-api "0.5.1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.httpcomponents : httpclient | jar | 4.1.2 |
| com.google.code.gson : gson | jar | 2.2.4 |
| com.google.guava : guava | jar | 17.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |