Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 537 Bytes

File metadata and controls

24 lines (18 loc) · 537 Bytes

Logo SmartAPI

The SmartAPI provides access to the Smart operating system, enabling the development of apps for MineValleyEU smartphones.

Maven Repository

<repository>
    <id>smart-api</id>
    <url>https://maven.pkg.github.com/MineValley/SmartAPI</url>
</repository>

Dependency

<dependency>
    <groupId>eu.minevalley</groupId>
    <artifactId>smart-api</artifactId>
    <version>2.4.0</version>
    <scope>provided</scope>
</dependency>