Skip to content

memoeslink/helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helper

A Java library with some utilities for several classes.

Usage

To use this library with Gradle, include this line of code in your build.gradle:

implementation 'io.github.memoeslink:helper:1.2.0'

To use this library with Maven, you can use this in your pom.xml:

<dependency>
    <groupId>io.github.memoeslink</groupId>
    <artifactId>helper</artifactId>
    <version>1.2.0</version>
</dependency>