leodagdag / yetanotherutils

Java 8 utility library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Utils

Utility library for Java 8

Build

Clone the project

git clone https://github.com/leodagdag/yetanotherutils.git

And build it with maven

mvn clean install

Usage

Add it as dependency in your project

Maven

Repository

<repositories>
    <repository>
        <id>yetanotherutils-mvn-repo</id>
        <url>https://raw.github.com/leodagdag/yetanotherutils/mvn-repo/</url>
        <snapshots>
            <enabled>true</enabled>
            <updatePolicy>always</updatePolicy>
        </snapshots>
    </repository>
</repositories>

Dependency

<dependency>
    <groupId>com.yet.another</groupId>
    <artifactId>utils</artifactId>
    <version>1.0</version>
</dependency>

About

Java 8 utility library

License:Apache License 2.0


Languages

Language:Java 100.0%