Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# ![Logo](https://cdn.minevalley.eu/branding/logo_64px_cropped.png) - SmartAPI
# ![Logo](https://cdn.minevalley.eu/branding/logo_64px_cropped.png) SmartAPI

API f眉r das Smart-System auf MineValley - erm枚glicht die Entwicklung von Apps f眉r das In-Game Smartphone.

## Maven Repository

```xml
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/MineValley/SmartAPI</url>
</repository>
```

## Dependency

```xml
<dependency>
<groupId>minevalley.smart</groupId>
<artifactId>api</artifactId>
<version>2.0.0</version>
</dependency>
```
Loading