MVN

sh.loggy : loggy

Maven & Gradle

Sep 27, 2021

Loggy · Android Loggy library.

<dependency>
    <groupId>sh.loggy</groupId>
    <artifactId>loggy</artifactId>
    <version>0.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sh.loggy : loggy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.0

All Versions

Choose a version of sh.loggy : loggy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
loggy-0.7.0
0.6.x
loggy-0.6.9
loggy-0.6.8
loggy-0.6.7
loggy-0.6.6
loggy-0.6.5
loggy-0.6.4
loggy-0.6.3
loggy-0.6.2
loggy-0.6.1
loggy-0.6.0
0.5.x
loggy-0.5.1
loggy-0.5.0
0.4.x
loggy-0.4.6
loggy-0.4.5
loggy-0.4.4
loggy-0.4.3
loggy-0.4.2
loggy-0.4.1
0.2.x
loggy-0.2.1
0.2
loggy-0.2
0.1
loggy-0.1

How to add a dependency to Maven

Add the following sh.loggy : loggy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>sh.loggy</groupId>
    <artifactId>loggy</artifactId>
    <version>0.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sh.loggy : loggy gradle dependency to your build.gradle file:

implementation 'sh.loggy:loggy:0.7.0'

Gradle Kotlin DSL: Add the following sh.loggy : loggy gradle kotlin dependency to your build.gradle.kts file:

implementation("sh.loggy:loggy:0.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following sh.loggy : loggy sbt scala dependency to your build.sbt file:

libraryDependencies += "sh.loggy" % "loggy" % "0.7.0"

Advertisement