< / > MrStudios Industries Help

Setup

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

Dependency

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

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