MVN

ro.fortsoft.log2j : log2j

Maven & Gradle

Jul 09, 2013
2 usages

Log2j

<dependency>
    <groupId>ro.fortsoft.log2j</groupId>
    <artifactId>log2j</artifactId>
    <version>0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ro.fortsoft.log2j : log2j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4

All Versions

Choose a version of ro.fortsoft.log2j : log2j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4
log2j-0.4
0.3
log2j-0.3
0.2
log2j-0.2
0.1
log2j-0.1

How to add a dependency to Maven

Add the following ro.fortsoft.log2j : log2j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ro.fortsoft.log2j</groupId>
    <artifactId>log2j</artifactId>
    <version>0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ro.fortsoft.log2j : log2j gradle dependency to your build.gradle file:

implementation 'ro.fortsoft.log2j:log2j:0.4'

Gradle Kotlin DSL: Add the following ro.fortsoft.log2j : log2j gradle kotlin dependency to your build.gradle.kts file:

implementation("ro.fortsoft.log2j:log2j:0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following ro.fortsoft.log2j : log2j sbt scala dependency to your build.sbt file:

libraryDependencies += "ro.fortsoft.log2j" % "log2j" % "0.4"

Advertisement