Setup
In this document, you will find how to add commons-inject
in your project.
Dependency
To add commons-inject
to your project, you must add lines described bellow to your build system file.
<dependency>
<groupId>pl.mrstudios.commons</groupId>
<artifactId>commons-inject</artifactId>
<version>VERSION</version>
</dependency>
implementation "pl.mrstudios.commons:commons-inject:VERSION"
implementation("pl.mrstudios.commons:commons-inject:VERSION")
Last modified: 16 November 2024