MVN

com.ToxicBakery.logging : arbor

Maven & Gradle

Apr 20, 2023
94 stars

Arbor · Like Timber, just different.

<dependency>
    <groupId>com.ToxicBakery.logging</groupId>
    <artifactId>arbor</artifactId>
    <version>1.40.86</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ToxicBakery.logging : arbor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.40.86

All Versions

Choose a version of com.ToxicBakery.logging : arbor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.40.x
arbor-1.40.86
1.39.x
arbor-1.39.84
arbor-1.39.83
1.38.x
arbor-1.38.81

How to add a dependency to Maven

Add the following com.ToxicBakery.logging : arbor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ToxicBakery.logging</groupId>
    <artifactId>arbor</artifactId>
    <version>1.40.86</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ToxicBakery.logging : arbor gradle dependency to your build.gradle file:

implementation 'com.ToxicBakery.logging:arbor:1.40.86'

Gradle Kotlin DSL: Add the following com.ToxicBakery.logging : arbor gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ToxicBakery.logging:arbor:1.40.86")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ToxicBakery.logging : arbor sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ToxicBakery.logging" % "arbor" % "1.40.86"

Advertisement