Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 508 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 508 Bytes

Utils project for java projects (min java 8)

In this project are some utils and classes that help coding faster and easier. You can add this project via maven or gradle use this yourself:

    <repository>
      <id>repsy</id>
      <name>TUtils</name>
      <url>https://repo.repsy.io/mvn/tiiita/tutils</url>
    </repository>

    <dependency>
      <groupId>de.tiiita</groupId>
      <artifactId>tutils</artifactId>
      <version>1.0.0</version>
    </dependency>