j

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.
http://www.blog.project13.pl
Apache License 2.0
Konrad Malawski
文件下载
文件名 操作
janbanery-core-1.2.jar 下载
janbanery-core-1.2.pom 下载
janbanery-core-1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>pl.project13.janbanery</groupId>
  <artifactId>janbanery-core</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'pl.project13.janbanery:janbanery-core:1.2'
Gradle Kotlin
implementation("pl.project13.janbanery:janbanery-core:1.2")
Scala SBT
libraryDependencies += "pl.project13.janbanery" % "janbanery-core" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='pl.project13.janbanery', module='janbanery-core', version='1.2')
)
Apache Ivy
<dependency org="pl.project13.janbanery" name="janbanery-core" rev="1.2" />
Leiningen
[pl.project13.janbanery/janbanery-core "1.2"]
Apache Buildr
'pl.project13.janbanery:janbanery-core:jar:1.2'