MVN

pl.project13.janbanery : janbanery

Maven & Gradle

May 09, 2011
9 stars

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.

<dependency>
    <groupId>pl.project13.janbanery</groupId>
    <artifactId>janbanery</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of pl.project13.janbanery : janbanery to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of pl.project13.janbanery : janbanery to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
janbanery-1.2
1.1
janbanery-1.1
1.0
janbanery-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>pl.project13.janbanery</groupId>
    <artifactId>janbanery</artifactId>
    <version>1.2</version>
</dependency>

Advertisement