Last Version

Janbanery - Fluent Kanbanery API Java Wrapper 1.2

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.

License

License

GroupId

GroupId

pl.project13.janbanery
ArtifactId

ArtifactId

janbanery
Version

Version

1.2
Type

Type

pom
Description

Description

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.

Download janbanery 1.2

Filename Size
janbanery-1.2.pom 4 KB
Browse

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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.easytesting : fest-assert jar 1.4
org.mockito : mockito-all jar 1.8.1

Project Modules

  • janbanery-core
  • janbanery-android