MVN

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.

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

Latest Version

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

  • Latest Stable: 1.2

All Versions

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

Version Vulnerabilities Updated
1.2
janbanery-core-1.2

How to add a dependency to Maven

Add the following pl.project13.janbanery : janbanery-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following pl.project13.janbanery : janbanery-core gradle dependency to your build.gradle file:

implementation 'pl.project13.janbanery:janbanery-core:1.2'

Gradle Kotlin DSL: Add the following pl.project13.janbanery : janbanery-core gradle kotlin dependency to your build.gradle.kts file:

implementation("pl.project13.janbanery:janbanery-core:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following pl.project13.janbanery : janbanery-core sbt scala dependency to your build.sbt file:

libraryDependencies += "pl.project13.janbanery" % "janbanery-core" % "1.2"

Advertisement