Skip to content

Commit 1410bcf

Browse files
CopilotSnabeldier
andauthored
docs: add README
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: Snabeldier <79211348+Snabeldier@users.noreply.github.com>
1 parent 0a8856f commit 1410bcf

1 file changed

Lines changed: 22 additions & 1 deletion

File tree

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,22 @@
1-
# ![Logo](https://cdn.minevalley.eu/branding/logo_64px_cropped.png) - SmartAPI
1+
# ![Logo](https://cdn.minevalley.eu/branding/logo_64px_cropped.png) SmartAPI
2+
3+
API für das Smart-System auf MineValley - ermöglicht die Entwicklung von Apps für das In-Game Smartphone.
4+
5+
## Maven Repository
6+
7+
```xml
8+
<repository>
9+
<id>github</id>
10+
<url>https://maven.pkg.github.com/MineValley/SmartAPI</url>
11+
</repository>
12+
```
13+
14+
## Dependency
15+
16+
```xml
17+
<dependency>
18+
<groupId>minevalley.smart</groupId>
19+
<artifactId>api</artifactId>
20+
<version>2.0.0</version>
21+
</dependency>
22+
```

0 commit comments

Comments
 (0)