Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Repository files navigation

Archives containing JAR files are available as releases.

Usage in private repos (faster)

  • Maven (inside the file)
  <repository>
      <id>github</id>
      <url>https://maven.pkg.github.com/intisy/simple-logger</url>
      <snapshots><enabled>true</enabled></snapshots>
  </repository>
  <dependency>
      <groupId>io.github.intisy</groupId>
      <artifactId>simple-logger</artifactId>
      <version>2.1.6.2</version>
  </dependency>
  • Maven (inside the file)
  <servers>
      <server>
          <id>github</id>
          <username>your-username</username>
          <password>your-access-token</password>
      </server>
  </servers>
  • Gradle (inside the or file)
  repositories {
      maven {
          url "https://maven.pkg.github.com/intisy/simple-logger"
          credentials {
              username = "<your-username>"
              password = "<your-access-token>"
          }
      }
  }
  dependencies {
      implementation 'io.github.intisy:simple-logger:2.1.6.2'
  }

Usage in public repos (slower and only works in gradle but safer)

  • Gradle (inside the or file)
  plugins {
      id "io.github.intisy.github-gradle" version "1.3.7"
  }
  dependencies {
      githubImplementation "intisy:simple-logger:2.1.6.2"
  }

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages