MVN

io.testerra : logging

Maven & Gradle

Aug 17, 2023
1 usages
24 stars

Testerra · Testerra test automation framework - logging module

<dependency>
    <groupId>io.testerra</groupId>
    <artifactId>logging</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.testerra : logging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4
  • Latest Release Candidate: 2.0-RC-21

All Versions

Choose a version of io.testerra : logging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
logging-2.4
2.3
logging-2.3
2.2
logging-2.2
2.1
logging-2.1
2.0
logging-2.0
logging-2.0-RC-21
logging-2.0-RC-20
logging-2.0-RC-19
logging-2.0-RC-18
logging-2.0-RC-17
logging-2.0-RC-16
logging-2.0-RC-15
logging-2.0-RC-14
logging-2.0-RC-13
logging-2.0-RC-12
logging-2.0-RC-11
logging-2.0-RC-10
logging-2.0-RC-9
logging-2.0-RC-8
logging-2.0-RC-7
logging-2.0-RC-6
logging-2.0-RC-5
logging-2.0-RC-4

How to add a dependency to Maven

Add the following io.testerra : logging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.testerra</groupId>
    <artifactId>logging</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.testerra : logging gradle dependency to your build.gradle file:

implementation 'io.testerra:logging:2.4'

Gradle Kotlin DSL: Add the following io.testerra : logging gradle kotlin dependency to your build.gradle.kts file:

implementation("io.testerra:logging:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.testerra : logging sbt scala dependency to your build.sbt file:

libraryDependencies += "io.testerra" % "logging" % "2.4"