MVN

io.prestosql.tempto : tempto-logging-log4j

Maven & Gradle

Dec 03, 2019
22 stars

tempto-logging-log4j · Tempto - test framework

<dependency>
    <groupId>io.prestosql.tempto</groupId>
    <artifactId>tempto-logging-log4j</artifactId>
    <version>167</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 167

All Versions

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

Version Vulnerabilities Updated
167
tempto-logging-log4j-167
166
tempto-logging-log4j-166
165
tempto-logging-log4j-165
164
tempto-logging-log4j-164
163
tempto-logging-log4j-163
1.52
tempto-logging-log4j-1.52
1.51
tempto-logging-log4j-1.51

How to add a dependency to Maven

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

<dependency>
    <groupId>io.prestosql.tempto</groupId>
    <artifactId>tempto-logging-log4j</artifactId>
    <version>167</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.prestosql.tempto : tempto-logging-log4j gradle dependency to your build.gradle file:

implementation 'io.prestosql.tempto:tempto-logging-log4j:167'

Gradle Kotlin DSL: Add the following io.prestosql.tempto : tempto-logging-log4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.prestosql.tempto:tempto-logging-log4j:167")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.prestosql.tempto : tempto-logging-log4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.prestosql.tempto" % "tempto-logging-log4j" % "167"

Advertisement