Janbanery - Fluent Kanbanery API Java Wrapper

Kanbanery (https://kanbanery.com) is a simple but powerful Agile project management system, to be precise it focuses around the idea of Kanban, a somewhat near idea to SCRUM but with less strict rules. The heart of each Kanban flow is the Kanban board, IceBox and Archive - there are all easy accessible via this API. Janbanery wraps around the RESTful API delivered by Kanbanery while adding some more features like mass operations or filtering of results. In the end, it's very easy and pleasant to implement your own Kanbanery client be it on the desktop, mobile (android) or as for example Gradle / SBT script to take full advantage of kanbanery's features.

Лицензия

Лицензия

Группа

Группа

pl.project13.janbanery
Идентификатор

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

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

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

1.2
Дата

Дата

Тип

Тип

pom
Описание

Описание

Janbanery - Fluent Kanbanery API Java Wrapper
Kanbanery (https://kanbanery.com) is a simple but powerful Agile project management system, to be precise it focuses around the idea of Kanban, a somewhat near idea to SCRUM but with less strict rules. The heart of each Kanban flow is the Kanban board, IceBox and Archive - there are all easy accessible via this API. Janbanery wraps around the RESTful API delivered by Kanbanery while adding some more features like mass operations or filtering of results. In the end, it's very easy and pleasant to implement your own Kanbanery client be it on the desktop, mobile (android) or as for example Gradle / SBT script to take full advantage of kanbanery's features.

Скачать janbanery

Имя Файла Размер
janbanery-1.2.pom 4 KB
Обзор

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

<!-- https://jarcasting.com/artifacts/pl.project13.janbanery/janbanery/ -->
<dependency>
    <groupId>pl.project13.janbanery</groupId>
    <artifactId>janbanery</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.project13.janbanery/janbanery/
implementation 'pl.project13.janbanery:janbanery:1.2'
// https://jarcasting.com/artifacts/pl.project13.janbanery/janbanery/
implementation ("pl.project13.janbanery:janbanery:1.2")
'pl.project13.janbanery:janbanery:pom:1.2'
<dependency org="pl.project13.janbanery" name="janbanery" rev="1.2">
  <artifact name="janbanery" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.project13.janbanery', module='janbanery', version='1.2')
)
libraryDependencies += "pl.project13.janbanery" % "janbanery" % "1.2"
[pl.project13.janbanery/janbanery "1.2"]

Зависимости

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2
org.easytesting : fest-assert jar 1.4
org.mockito : mockito-all jar 1.8.1

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

  • janbanery-core
  • janbanery-android

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

Версия
1.2
1.1
1.0