MVN

org.clapper : grizzled-slf4j_2.9.1

Maven & Gradle

Sep 19, 2012
13 usages

grizzled-slf4j · A Scala-friendly wrapper for the SLF4J logging framework

<dependency>
    <groupId>org.clapper</groupId>
    <artifactId>grizzled-slf4j_2.9.1</artifactId>
    <version>0.6.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.clapper : grizzled-slf4j_2.9.1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.6.10

All Versions

Choose a version of org.clapper : grizzled-slf4j_2.9.1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.6.x
grizzled-slf4j_2.9.1-0.6.10
grizzled-slf4j_2.9.1-0.6.9
grizzled-slf4j_2.9.1-0.6.8
grizzled-slf4j_2.9.1-0.6.7
grizzled-slf4j_2.9.1-0.6.6
grizzled-slf4j_2.9.1-0.6.5

How to add a dependency to Maven

Add the following org.clapper : grizzled-slf4j_2.9.1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.clapper</groupId>
    <artifactId>grizzled-slf4j_2.9.1</artifactId>
    <version>0.6.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.clapper : grizzled-slf4j_2.9.1 gradle dependency to your build.gradle file:

implementation 'org.clapper:grizzled-slf4j_2.9.1:0.6.10'

Gradle Kotlin DSL: Add the following org.clapper : grizzled-slf4j_2.9.1 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.clapper:grizzled-slf4j_2.9.1:0.6.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.clapper : grizzled-slf4j_2.9.1 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.clapper" % "grizzled-slf4j_2.9.1" % "0.6.10"

Advertisement