MVN

org.apache.clerezza.ext : slf4j-scala-api

Maven & Gradle

Jul 01, 2014
15 usages

SLF4J Scala API Module · The slf4j Scala API. Taken from https://github.com/ceki/slf4j/tree/master/slf4j-scala-api. Changed to slf4j 1.6.1 and scala to 2.8.1. Changed group id, added distribution management and made it s

<dependency>
    <groupId>org.apache.clerezza.ext</groupId>
    <artifactId>slf4j-scala-api</artifactId>
    <version>1.6.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.clerezza.ext : slf4j-scala-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.3

All Versions

Choose a version of org.apache.clerezza.ext : slf4j-scala-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
slf4j-scala-api-1.6.3
slf4j-scala-api-1.6.2
slf4j-scala-api-1.6.1-incubating

How to add a dependency to Maven

Add the following org.apache.clerezza.ext : slf4j-scala-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.clerezza.ext</groupId>
    <artifactId>slf4j-scala-api</artifactId>
    <version>1.6.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.clerezza.ext : slf4j-scala-api gradle dependency to your build.gradle file:

implementation 'org.apache.clerezza.ext:slf4j-scala-api:1.6.3'

Gradle Kotlin DSL: Add the following org.apache.clerezza.ext : slf4j-scala-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.clerezza.ext:slf4j-scala-api:1.6.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.clerezza.ext : slf4j-scala-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.clerezza.ext" % "slf4j-scala-api" % "1.6.3"

Advertisement