Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 725 Bytes

File metadata and controls

25 lines (18 loc) · 725 Bytes

mtr-api-client

License Issues Pull Requests Code Size

Kotlin API client for Minecraft Transit Railway API

Installation

Add dependency to your build.gradle(.kts) or pom.xml:

api("me.nathanfallet.mtr:mtr-api-client:1.0.0")
<dependency>
    <groupId>me.nathanfallet.mtr</groupId>
    <artifactId>mtr-api-client-jvm</artifactId>
    <version>1.0.0</version>
</dependency>