Installation
You can add inject to your project using Gradle (recommended),
Maven or manually downloading the JAR files from
GitHub Releases.
Also note that inject is available from the Maven Central Repository
so you can use it in your project without adding any repository!
Gradle
Add the dependency
dependencies {
implementation("team.unnamed:inject:2.0.1")
}
Maven
Add the dependency
<dependency>
<groupId>team.unnamed</groupId>
<artifactId>inject</artifactId>
<version>2.0.1</version>
</dependency>