MVN

com.jspcore : logcapture

Maven & Gradle

Jul 09, 2018
12 stars

logcapture · A testing library for assert logging messages.

<dependency>
    <groupId>com.jspcore</groupId>
    <artifactId>logcapture</artifactId>
    <version>0.4.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jspcore : logcapture to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.6

All Versions

Choose a version of com.jspcore : logcapture to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
logcapture-0.4.6
logcapture-0.4.5
logcapture-0.4.4
logcapture-0.4.3
logcapture-0.4.2
logcapture-0.4.1
0.4
logcapture-0.4
0.3
logcapture-0.3
0.2
logcapture-0.2
0.1
logcapture-0.1

How to add a dependency to Maven

Add the following com.jspcore : logcapture maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jspcore</groupId>
    <artifactId>logcapture</artifactId>
    <version>0.4.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jspcore : logcapture gradle dependency to your build.gradle file:

implementation 'com.jspcore:logcapture:0.4.6'

Gradle Kotlin DSL: Add the following com.jspcore : logcapture gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jspcore:logcapture:0.4.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jspcore : logcapture sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jspcore" % "logcapture" % "0.4.6"

Advertisement