MVN

io.noties : debug

Maven & Gradle

Jul 03, 2019
62 stars

Debug Library · Library for easy Android logging

<dependency>
    <groupId>io.noties</groupId>
    <artifactId>debug</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.noties : debug to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of io.noties : debug to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
debug-5.1.0
5.0.x
debug-5.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.noties</groupId>
    <artifactId>debug</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.noties : debug gradle dependency to your build.gradle file:

implementation 'io.noties:debug:5.1.0'

Gradle Kotlin DSL: Add the following io.noties : debug gradle kotlin dependency to your build.gradle.kts file:

implementation("io.noties:debug:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.noties : debug sbt scala dependency to your build.sbt file:

libraryDependencies += "io.noties" % "debug" % "5.1.0"

Advertisement

Dependencies from Group

Jun 11, 2019
3 usages
44 stars
Aug 06, 2019
1 usages
176 stars
Aug 06, 2019
1 usages
176 stars
Apr 17, 2019
0 stars
Jul 16, 2023
4 stars

Discover Dependencies