MVN

net.rumati.logging : muffero

Maven & Gradle

Dec 05, 2012

Muffero Logging · This is the main Muffero logging system implementation.

<dependency>
    <groupId>net.rumati.logging</groupId>
    <artifactId>muffero</artifactId>
    <version>2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.1.0

All Versions

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

Version Vulnerabilities Updated
2.1.x
muffero-2.1.0
2.0.x
muffero-2.0.0
1.0.x
muffero-1.0.0beta1
muffero-1.0.0beta0
0.1.x
muffero-0.1.4
muffero-0.1.3
muffero-0.1.2
muffero-0.1.1
muffero-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>net.rumati.logging</groupId>
    <artifactId>muffero</artifactId>
    <version>2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.rumati.logging : muffero gradle dependency to your build.gradle file:

implementation 'net.rumati.logging:muffero:2.1.0'

Gradle Kotlin DSL: Add the following net.rumati.logging : muffero gradle kotlin dependency to your build.gradle.kts file:

implementation("net.rumati.logging:muffero:2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.rumati.logging : muffero sbt scala dependency to your build.sbt file:

libraryDependencies += "net.rumati.logging" % "muffero" % "2.1.0"