Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

1.0.1

Choose a tag to compare

@auguwu auguwu released this 29 Nov 05:10
· 218 commits to master since this release

commons-slf4j

Installation

Gradle

Kotlin DSL

repositories {
  // ...
  maven { url = uri("https://maven.floofy.dev/repo/releases")
}

dependencies {
  implementation("gay.floof.commons:commons-slf4j:1.0.1")
}