/lamerutils

LamerUtils is a set of utilities written in Kotlin that provides generic functions used in most programs.

Primary LanguageKotlinMIT LicenseMIT

jitpack license issues

LamerUtils

LamerUtils is a set of utilities written in Kotlin that provides generic functions used in most programs.

Getting Started

You will need to add this project as a dependency (via maven or gradle).

With maven:

<dependency>
    <groupId>com.github.lamergameryt</groupId>
    <artifactId>lamerutils</artifactId>
    <version>JITPACK-VERSION</version>
</dependency>
<repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
</repository>

With gradle:

dependencies {
    implementation 'com.github.lamergameryt:lamerutils:JITPACK-VERSION'
}

repositories {
    maven { url 'https://jitpack.io' }
}

Examples

Check out the Examples for a simple implementation example.

Other guides and information can be found on the documentation page.