konrad-jamrozik / jvm-utilities

Code I find useful in multiple of my projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JVM-Utilities Build Status

Author: Konrad Jamrozik, github.com/konrad-jamrozik

A library of code I find useful in my projects for the Java Vritual Machine.

Depending on this library

In Gradle:

repositories {
    mavenCentral()
    maven { url "https://jitpack.io" }
}

ext.utilities_version = '69e2f87ea6' // replace with the desired commit 

dependencies {
    compile "com.github.konrad-jamrozik:utilities:$utilities_version"
}

Please refer to this project on jitpack.io for build logs, information how to use other build systems, how to depend on branches, etc.

About

Code I find useful in multiple of my projects.

License:MIT License


Languages

Language:Kotlin 56.3%Language:Groovy 43.7%