-
-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
FigT edited this page Apr 24, 2021
·
1 revision
It's recommended to shade and relocate it to avoid conflicts with other plugins.
<dependency>
<groupId>us.figt</groupId>
<artifactId>Mesh</artifactId>
<version>VERSION</version>
</dependency>Read the Maven relocating example here.
implementation group: 'us.figt', name: 'Mesh', version: 'VERSION'Read the Gradle Shadow relocating example here.
Here you can find how to use it with other dependency management tools.