Skip to content

sen4ik/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

utils

Set of Java utility classes.

If you want to use it, you need to do two things. First, add jitpack repository to the pom.xml:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Second, add dependency to the pom.xml:

<dependencies>
  <dependency>
    <groupId>com.github.sen4ik</groupId>
    <artifactId>utils</artifactId>
    <version>a7bec14</version>
  </dependency>
</dependencies>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Languages