MVN

de.dm.infrastructure : log-capture

Maven & Gradle

Feb 03, 2023
1 usages
10 stars

Log Capture · assertions for logging with logback

<dependency>
    <groupId>de.dm.infrastructure</groupId>
    <artifactId>log-capture</artifactId>
    <version>3.6.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.dm.infrastructure : log-capture to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.1

All Versions

Choose a version of de.dm.infrastructure : log-capture to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
log-capture-3.6.1
log-capture-3.6.0
3.5.x
log-capture-3.5.0
3.4.x
log-capture-3.4.1
log-capture-3.4.0
3.3.x
log-capture-3.3.0
3.2.x
log-capture-3.2.1
log-capture-3.2.0
3.1.x
log-capture-3.1.0
3.0.x
log-capture-3.0.0
2.0.x
log-capture-2.0.1
log-capture-2.0.0
1.0.x
log-capture-1.0.2
log-capture-1.0.0

How to add a dependency to Maven

Add the following de.dm.infrastructure : log-capture maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.dm.infrastructure</groupId>
    <artifactId>log-capture</artifactId>
    <version>3.6.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.dm.infrastructure : log-capture gradle dependency to your build.gradle file:

implementation 'de.dm.infrastructure:log-capture:3.6.1'

Gradle Kotlin DSL: Add the following de.dm.infrastructure : log-capture gradle kotlin dependency to your build.gradle.kts file:

implementation("de.dm.infrastructure:log-capture:3.6.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.dm.infrastructure : log-capture sbt scala dependency to your build.sbt file:

libraryDependencies += "de.dm.infrastructure" % "log-capture" % "3.6.1"

Advertisement