Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 286 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 286 Bytes

yar-java

Java implementation of Yar protocol

Usage

maven

...
<dependencies>
        <dependency>
            <groupId>com.weibo</groupId>
            <artifactId>yar-java</artifactId>
            <version>0.0.3</version>
        </dependency>
</dependencies>
...