MVN

com.hreeinfo.commons : commons-box-log-slf4j

Maven & Gradle

Apr 03, 2020
2 usages
0 stars

commons-box · Common utils for BOX projects.

<dependency>
    <groupId>com.hreeinfo.commons</groupId>
    <artifactId>commons-box-log-slf4j</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hreeinfo.commons : commons-box-log-slf4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Release Candidate: 1.0.1-rc3

All Versions

Choose a version of com.hreeinfo.commons : commons-box-log-slf4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
commons-box-log-slf4j-1.1.1
1.0.x
commons-box-log-slf4j-1.0.1-rc3
commons-box-log-slf4j-1.0.1-rc2
0.8.x
commons-box-log-slf4j-0.8.1
0.5
commons-box-log-slf4j-0.5

How to add a dependency to Maven

Add the following com.hreeinfo.commons : commons-box-log-slf4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hreeinfo.commons</groupId>
    <artifactId>commons-box-log-slf4j</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hreeinfo.commons : commons-box-log-slf4j gradle dependency to your build.gradle file:

implementation 'com.hreeinfo.commons:commons-box-log-slf4j:1.1.1'

Gradle Kotlin DSL: Add the following com.hreeinfo.commons : commons-box-log-slf4j gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hreeinfo.commons:commons-box-log-slf4j:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hreeinfo.commons : commons-box-log-slf4j sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hreeinfo.commons" % "commons-box-log-slf4j" % "1.1.1"

Advertisement