| Лицензия |
Лицензия |
|---|---|
| Группа | Группаpl.project13.janbanery |
| Идентификатор | Идентификаторjanbanery-core |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеJanbanery - Core
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-core-1.2.pom | |
| janbanery-core-1.2.jar | 178 KB |
| janbanery-core-1.2-sources.jar | 165 KB |
| janbanery-core-1.2-javadoc.jar | 976 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/pl.project13.janbanery/janbanery-core/ -->
<dependency>
<groupId>pl.project13.janbanery</groupId>
<artifactId>janbanery-core</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.project13.janbanery/janbanery-core/
implementation 'pl.project13.janbanery:janbanery-core:1.2'
// https://jarcasting.com/artifacts/pl.project13.janbanery/janbanery-core/
implementation ("pl.project13.janbanery:janbanery-core:1.2")
'pl.project13.janbanery:janbanery-core:jar:1.2'
<dependency org="pl.project13.janbanery" name="janbanery-core" rev="1.2">
<artifact name="janbanery-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.project13.janbanery', module='janbanery-core', version='1.2')
)
libraryDependencies += "pl.project13.janbanery" % "janbanery-core" % "1.2"
[pl.project13.janbanery/janbanery-core "1.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.ning : async-http-client | jar | 1.6.3 |
| com.google.code.gson : gson | jar | 1.7.1 |
| com.google.guava : guava | jar | r09 |
| joda-time : joda-time | jar | 1.6.2 |
| org.slf4j : slf4j-api | jar | 1.6.1 |
| ch.qos.logback : logback-classic | jar | 0.9.28 |
| ch.qos.logback : logback-core | jar | 0.9.28 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.easytesting : fest-assert | jar | 1.4 |
| org.mockito : mockito-all | jar | 1.8.1 |