Installation

To use Infuse in your project, add the following dependency to your project's build file:

Maven:

<dependency>
    <groupId>dev.fumaz</groupId>
    <artifactId>infuse</artifactId>
    <version>1.3.4</version>
</dependency>

Gradle:

dependencies {
    implementation 'dev.fumaz:infuse:1.3.4'
}

Last updated