Skip to content

Installation

FigT edited this page Apr 24, 2021 · 1 revision

Mesh is available to use with both Maven and Gradle (via Maven Central).

It's recommended to shade and relocate it to avoid conflicts with other plugins.


 

Maven

	<dependency>
	    <groupId>us.figt</groupId>
	    <artifactId>Mesh</artifactId>
	    <version>VERSION</version>
	</dependency>

Read the Maven relocating example here.

Gradle

implementation group: 'us.figt', name: 'Mesh', version: 'VERSION'

Read the Gradle Shadow relocating example here.

Others

Here you can find how to use it with other dependency management tools.

Clone this wiki locally