Link

Getting Started

Jaswand is available via the Central. Add it your project as a dependency:

Gradle

compile group: 'io.github.arkits', name: 'jaswand', version: '0.0.2'

Maven

<dependency>
    <groupId>io.github.arkits</groupId>
    <artifactId>jaswand</artifactId>
    <version>0.0.2</version>
</dependency>

Create your first Report

Once you add Jaswand to your setup, you can begin to creating Reports!

Read More