How to install the Java artifact me.lucko.configurate.configurate-json with Maven
Java
Maven
pom.xml
me.lucko.configurate
configurate-json
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>me.lucko.configurate</groupId>
<artifactId>configurate-json</artifactId>
<version>3.5</version>
</dependency>
/dependencies>