Skip to content
This repository has been archived by the owner on Apr 6, 2022. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 416 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 416 Bytes

Monblank Client for Java

Configuring maven

Add maven repository to your pom:

    <repository>
        <id>appmetr-repo</id>
        <url>http://dl.bintray.com/appmetr/maven</url>
    </repository>

Add dependency:

    <dependency>
        <groupId>com.appmetr</groupId>
        <artifactId>monblank-java</artifactId>
        <version>0.3.1</version>
    </dependency>