MVN

io.github.jupf.staticlog : staticlog-java

Maven & Gradle

Nov 28, 2017
28 stars

StaticLog · Super lightweight static logging for Kotlin, Java and Android. This version contains the Kotlin runtime.

<dependency>
    <groupId>io.github.jupf.staticlog</groupId>
    <artifactId>staticlog-java</artifactId>
    <version>2.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jupf.staticlog : staticlog-java to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.0

All Versions

Choose a version of io.github.jupf.staticlog : staticlog-java to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
staticlog-java-2.2.0
2.1.x
staticlog-java-2.1.9
staticlog-java-2.1.8
staticlog-java-2.1.7
staticlog-java-2.1.6
staticlog-java-2.1.5
staticlog-java-2.1.4
staticlog-java-2.1.3
staticlog-java-2.1.2

How to add a dependency to Maven

Add the following io.github.jupf.staticlog : staticlog-java maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.jupf.staticlog</groupId>
    <artifactId>staticlog-java</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.jupf.staticlog : staticlog-java gradle dependency to your build.gradle file:

implementation 'io.github.jupf.staticlog:staticlog-java:2.2.0'

Gradle Kotlin DSL: Add the following io.github.jupf.staticlog : staticlog-java gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.jupf.staticlog:staticlog-java:2.2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.jupf.staticlog : staticlog-java sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.jupf.staticlog" % "staticlog-java" % "2.2.0"

Advertisement