MVN

cn.home1 : logback-test-config

Maven & Gradle

Jul 15, 2019
4 usages
8 stars

logback-test-config · Logback config for tests

<dependency>
    <groupId>cn.home1</groupId>
    <artifactId>logback-test-config</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.home1 : logback-test-config to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of cn.home1 : logback-test-config to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
logback-test-config-3.0.1
logback-test-config-3.0.0
1.0.x
logback-test-config-1.0.0
0.2.x
logback-test-config-0.2.0
0.1.x
logback-test-config-0.1.2
logback-test-config-0.1.1
0.0.x
logback-test-config-0.0.9.OSS
logback-test-config-0.0.8.OSS

How to add a dependency to Maven

Add the following cn.home1 : logback-test-config maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.home1</groupId>
    <artifactId>logback-test-config</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.home1 : logback-test-config gradle dependency to your build.gradle file:

implementation 'cn.home1:logback-test-config:3.0.1'

Gradle Kotlin DSL: Add the following cn.home1 : logback-test-config gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.home1:logback-test-config:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.home1 : logback-test-config sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.home1" % "logback-test-config" % "3.0.1"