This repository was archived by the owner on Jan 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 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
59Small 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
You can’t perform that action at this time.
0 commit comments