Dependency

You have to add this library to your project using some form of dependency management, such as Maven or Gradle. It is required, you cannot use this library without one.

To add the dependencies, you'll have to add the repository first.

pom.xml
<repository>
    <id>grcq-releases</id>
    <url>https://repo.grcq.dev/repository/grcq-releases/</url>
</repository>

Now you just need to add the dependency. Remember to reload Maven after adding it!

pom.xml
<dependency>
    <groupId>org.lenuscreations</groupId>
    <artifactId>LeLib</artifactId>
    <version>0.3.3</version>
</dependency>

Last updated