-
Notifications
You must be signed in to change notification settings - Fork 6
API
56738 edited this page Mar 27, 2024
·
1 revision
The EasyArmorStands API is available in the TrainCarts Maven repository:
<repository>
<id>mgdev-repo</id>
<url>https://ci.mg-dev.eu/plugin/repository/everything</url>
</repository>
<dependency>
<groupId>me.m56738</groupId>
<artifactId>easyarmorstands-api</artifactId>
<version>2.0.3</version>
<scope>provided</scope>
</dependency>
maven("https://ci.mg-dev.eu/plugin/repository/everything")
compileOnly("me.m56738:easyarmorstands-api:2.0.3")