sin-to-jin / GRUtils

Groovy wrapper utility

Home Page:https://ogasawarashinnosuke.github.io/GRUtils/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GRUtils

Get Started

Gradle

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}

dependencies {
        compile 'com.github.ogasawaraShinnosuke:GRUtils:0.0.1'
}

Maven

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>
<dependency>
    <groupId>com.github.ogasawaraShinnosuke</groupId>
    <artifactId>GRUtils</artifactId>
    <version>0.0.1</version>
</dependency>

About

Groovy wrapper utility

https://ogasawarashinnosuke.github.io/GRUtils/

License:MIT License


Languages

Language:Groovy 100.0%