-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started: Maven
Justin Heflin edited this page Jan 14, 2021
·
3 revisions
HDL is currently hosted on Maven Central.
<dependency>
<groupId>com.github.heretere.hdl</groupId>
<artifactId>spigot</artifactId>
<version>Version</version>
</dependency>
HDL is split up into multiple modules. In this case, we are using HDL in a spigot plugin, so we use the spigot module.
To see how to use HDL in a java file go to ADD PAGE.