DOC

pl.project13.janbanery : janbanery-core

Maven & Gradle

May 09, 2011
1 usages
9 stars

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.

Table Of Contents

Latest Version

Download pl.project13.janbanery : janbanery-core Javadoc & API Documentation - Latest Versions:

All Versions

Download pl.project13.janbanery : janbanery-core Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2

How to open Javadoc JAR file in web browser

  1. Rename the file janbanery-core-1.2-javadoc.jar to janbanery-core-1.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder janbanery-core-1.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "janbanery-core-1.2-sources.jar" -d "janbanery-core-1.2-javadoc" -subpackages 

Advertisement