MVN

xyz.noark : noark-slf4j-impl

Maven & Gradle

Jul 31, 2019

noark-slf4j-impl · This is a noark slf4j impl.

<dependency>
    <groupId>xyz.noark</groupId>
    <artifactId>noark-slf4j-impl</artifactId>
    <version>1.0.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of xyz.noark : noark-slf4j-impl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0.Final

All Versions

Choose a version of xyz.noark : noark-slf4j-impl to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
noark-slf4j-impl-1.0.0.Final

How to add a dependency to Maven

Add the following xyz.noark : noark-slf4j-impl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>xyz.noark</groupId>
    <artifactId>noark-slf4j-impl</artifactId>
    <version>1.0.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following xyz.noark : noark-slf4j-impl gradle dependency to your build.gradle file:

implementation 'xyz.noark:noark-slf4j-impl:1.0.0.Final'

Gradle Kotlin DSL: Add the following xyz.noark : noark-slf4j-impl gradle kotlin dependency to your build.gradle.kts file:

implementation("xyz.noark:noark-slf4j-impl:1.0.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following xyz.noark : noark-slf4j-impl sbt scala dependency to your build.sbt file:

libraryDependencies += "xyz.noark" % "noark-slf4j-impl" % "1.0.0.Final"

Advertisement