Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 826 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 826 Bytes

Kobo Commons

Kobo Commons is a helper library for Groovy, including a supplement of standard API, a proposal of new features and so on.

Installation

Grape

@GrabResolver(name="bintray", root="http://dl.bintray.com/jggug-kobo/maven")
@Grab("org.jggug.kobo:kobo-commons:0.3")
...

Usage

The jar file is packed as a ExtensionModule of Groovy. So, you can use the enhanced methods provided by Kobo Commons right now after installation.

Documentation

http://wiki.github.com/kobo/kobo-commons

Code Status

  • Build Status

License

Gircbot is released under the Apache 2.0 License