< / > MrStudios Industries Help

Setup

In this document, you will find how to add commons-reflection in your project.

Dependency

To add commons-reflection to your project, you must add lines described bellow to your build system file.

<dependency> <groupId>pl.mrstudios.commons</groupId> <artifactId>commons-reflection</artifactId> <version>VERSION</version> </dependency>
implementation "pl.mrstudios.commons:commons-reflection:VERSION"
implementation("pl.mrstudios.commons:commons-reflection:VERSION")
Last modified: 16 November 2024