Skip to content

PokeNinjas/Utils

This branch is 5 commits ahead of, 86 commits behind Radu-Voinea/Utils:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Voinea-RaduRadu-Voinea
Voinea-Radu
and
Nov 25, 2024
5b6471b · Nov 25, 2024

History

56 Commits
Sep 8, 2024
Nov 25, 2024
Sep 5, 2024
Nov 25, 2024
Sep 5, 2024
Sep 5, 2024
Sep 5, 2024
Nov 25, 2024
Sep 8, 2024
Sep 8, 2024
Sep 8, 2024
Sep 6, 2024
Sep 6, 2024

Repository files navigation

Logger

How to add to your project

repositories {
    maven("https://repository.voinearadu.com/repository/maven-releases/")
    maven("https://repo.voinearadu.com/") // The short version of the above (might be slower on high latency connections)
}

dependencies {
    implementation("com.voinearadu:utils:VERSION")
    
    // To use the redis_manager
    implementation("redis.clients:jedis:<JEDIS_VERSION>")
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 98.5%
  • Python 1.5%