diff --git a/README.md b/README.md index 8e260938..a8f93c86 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ YARG ==== -[![license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/cuba-platform/yarg.svg?branch=master)](https://travis-ci.org/cuba-platform/yarg) +[![license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) [![Build Status](https://travis-ci.org/cuba-platform/yarg.svg?branch=master)](https://travis-ci.org/cuba-platform/yarg) [ ![Download](https://api.bintray.com/packages/cuba-platform/main/yarg/images/download.svg) ](https://bintray.com/cuba-platform/main/yarg/_latestVersion) YARG is an open source reporting library for Java, developed by [Haulmont](http://www.haulmont.com/). @@ -11,6 +11,45 @@ YARG is a mature and well-tested tool, already used in a number of Haulmont's so [Documentation](https://github.com/Haulmont/yarg/wiki) +### How to add dependency + +Yarg versions are distributed using public Bintray Maven repository: http://dl.bintray.com/cuba-platform/main + +You can find the complete list of versions here: https://bintray.com/cuba-platform/main/yarg + +__Gradle:__ +``` +repositories { + maven { + url "http://dl.bintray.com/cuba-platform/main" + } +} +... +dependencies { + compile 'com.haulmont.yarg:yarg:2.0.1' +} +``` + +__Maven:__ +``` + + + + false + + bintray-cuba-platform-main + bintray + http://dl.bintray.com/cuba-platform/main + + +... + + com.haulmont.yarg + yarg + 2.0.1 + pom + +``` ### Samples