Skip to content

Getting Started: Maven

Justin Heflin edited this page Jan 14, 2021 · 3 revisions

Maven


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.