MVN

net.hasor : cobble-logging

Maven & Gradle

Jul 24, 2023

Cobble Logging · log utils.

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>cobble-logging</artifactId>
    <version>4.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.hasor : cobble-logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.5.4

All Versions

Choose a version of net.hasor : cobble-logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.5.x
cobble-logging-4.5.4
cobble-logging-4.5.3
cobble-logging-4.5.2
cobble-logging-4.5.1
cobble-logging-4.5.0

How to add a dependency to Maven

Add the following net.hasor : cobble-logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.hasor</groupId>
    <artifactId>cobble-logging</artifactId>
    <version>4.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.hasor : cobble-logging gradle dependency to your build.gradle file:

implementation 'net.hasor:cobble-logging:4.5.4'

Gradle Kotlin DSL: Add the following net.hasor : cobble-logging gradle kotlin dependency to your build.gradle.kts file:

implementation("net.hasor:cobble-logging:4.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.hasor : cobble-logging sbt scala dependency to your build.sbt file:

libraryDependencies += "net.hasor" % "cobble-logging" % "4.5.4"

Advertisement