MVN

com.liferay.portal : util-slf4j

Maven & Gradle

Jan 15, 2016
1.9k stars

Liferay Util SLF4J · Contains Liferay SLF4J binding. Classes are loaded separately for each plugin.

<dependency>
    <groupId>com.liferay.portal</groupId>
    <artifactId>util-slf4j</artifactId>
    <version>6.2.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.liferay.portal : util-slf4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.5
  • Latest Release Candidate: 6.2.0-RC5

All Versions

Choose a version of com.liferay.portal : util-slf4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
util-slf4j-7.0.0-nightly
6.2.x
util-slf4j-6.2.5
util-slf4j-6.2.4
util-slf4j-6.2.3
util-slf4j-6.2.2
util-slf4j-6.2.1
util-slf4j-6.2.0-ga1
util-slf4j-6.2.0-RC5
util-slf4j-6.2.0-RC4
util-slf4j-6.2.0-RC3
util-slf4j-6.2.0-RC2
util-slf4j-6.2.0-RC1
util-slf4j-6.2.0-B3
util-slf4j-6.2.0-B2
util-slf4j-6.2.0-B1
6.1.x
util-slf4j-6.1.2

How to add a dependency to Maven

Add the following com.liferay.portal : util-slf4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.liferay.portal</groupId>
    <artifactId>util-slf4j</artifactId>
    <version>6.2.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.liferay.portal : util-slf4j gradle dependency to your build.gradle file:

implementation 'com.liferay.portal:util-slf4j:6.2.5'

Gradle Kotlin DSL: Add the following com.liferay.portal : util-slf4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.liferay.portal:util-slf4j:6.2.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.liferay.portal : util-slf4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.liferay.portal" % "util-slf4j" % "6.2.5"

Advertisement