Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit d62fb3a

Browse files
committed
Badges
1 parent 472158b commit d62fb3a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,33 @@
1+
[![Build Status](https://travis-ci.org/SpaiR/byond-dmi-util.svg?branch=master)](https://travis-ci.org/SpaiR/byond-dmi-util)
2+
[![Javadocs](https://www.javadoc.io/badge/io.github.spair/byond-dmi-util.svg)](https://www.javadoc.io/doc/io.github.spair/byond-dmi-util)
3+
[![License](http://img.shields.io/badge/license-MIT-blue.svg)](http://www.opensource.org/licenses/MIT)
4+
15
# BYOND Dmi Util
26

37
## About
48

59
Small set of util classes to work with BYOND dmi files.
610

11+
## Installation
12+
[![Maven Central](https://img.shields.io/maven-central/v/io.github.spair/byond-dmi-util.svg?style=flat)](https://maven-badges.herokuapp.com/maven-central/io.github.spair/byond-dmi-util)
13+
[![JCenter](https://img.shields.io/bintray/v/spair/io.github.spair/byond-dmi-util.svg?label=jcenter)](https://bintray.com/spair/io.github.spair/byond-dmi-util/_latestVersion)
14+
15+
Library deployed to Maven Central and JCenter repositories.
16+
17+
#### pom.xml
18+
```
19+
<dependency>
20+
<groupId>io.github.spair</groupId>
21+
<artifactId>byond-dmi-util</artifactId>
22+
<version>1.0</version>
23+
</dependency>
24+
```
25+
26+
#### build.gradle:
27+
```
28+
compile 'io.github.spair:byond-dmi-util:1.0'
29+
```
30+
731
## How To Use
832

933
### DmiSlurper

0 commit comments

Comments
 (0)