MVN

com.teradata.tempto : tempto-logging-log4j

Maven & Gradle

Dec 21, 2017
58 stars

tempto-logging-log4j · Tempto - test framework

<dependency>
    <groupId>com.teradata.tempto</groupId>
    <artifactId>tempto-logging-log4j</artifactId>
    <version>1.40</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.40

All Versions

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

  • Version Updated
  • tempto-logging-log4j-1.40

    Dec 21, 2017
  • tempto-logging-log4j-1.39

    Dec 20, 2017
  • tempto-logging-log4j-1.38

    Dec 15, 2017
  • tempto-logging-log4j-1.37

    Dec 12, 2017
  • tempto-logging-log4j-1.36

    Aug 25, 2017
  • tempto-logging-log4j-1.35

    Aug 08, 2017
  • tempto-logging-log4j-1.34

    Aug 04, 2017
  • tempto-logging-log4j-1.33

    Aug 01, 2017
  • tempto-logging-log4j-1.32

    Jul 24, 2017
  • tempto-logging-log4j-1.31

    May 09, 2017
  • tempto-logging-log4j-1.30

    Mar 30, 2017
  • tempto-logging-log4j-1.29

    Mar 29, 2017
  • tempto-logging-log4j-1.28

    Mar 28, 2017
  • tempto-logging-log4j-1.27

    Feb 08, 2017
  • tempto-logging-log4j-1.26

    Feb 03, 2017
  • tempto-logging-log4j-1.25

    Jan 27, 2017
  • tempto-logging-log4j-1.24

    Jan 25, 2017
  • tempto-logging-log4j-1.23

    Jan 04, 2017
  • tempto-logging-log4j-1.22

    Dec 14, 2016
  • tempto-logging-log4j-1.21

    Dec 07, 2016
  • tempto-logging-log4j-1.20

    Nov 17, 2016
  • tempto-logging-log4j-1.19

    Nov 16, 2016
  • tempto-logging-log4j-1.18

    Nov 14, 2016
  • tempto-logging-log4j-1.17

    Nov 02, 2016
  • tempto-logging-log4j-1.16

    Oct 25, 2016
  • tempto-logging-log4j-1.15

    Sep 13, 2016
  • tempto-logging-log4j-1.14

    Aug 25, 2016
  • tempto-logging-log4j-1.13

    Aug 08, 2016
  • tempto-logging-log4j-1.12

    Aug 04, 2016
  • tempto-logging-log4j-1.11

    Aug 04, 2016
  • tempto-logging-log4j-1.10

    Jun 21, 2016
  • tempto-logging-log4j-1.9

    Jun 17, 2016
  • tempto-logging-log4j-1.8

    May 09, 2016
  • tempto-logging-log4j-1.7

    Apr 25, 2016
  • tempto-logging-log4j-1.6

    Apr 02, 2016
  • tempto-logging-log4j-1.5.1

    Mar 30, 2016
  • tempto-logging-log4j-1.5

    Mar 30, 2016
  • tempto-logging-log4j-1.4

    Mar 01, 2016
  • tempto-logging-log4j-1.3

    Feb 16, 2016
  • tempto-logging-log4j-1.2

    Dec 25, 2015
  • tempto-logging-log4j-1.1

    Dec 10, 2015
  • tempto-logging-log4j-1.0.41

    Nov 16, 2015
  • tempto-logging-log4j-1.0.40

    Nov 11, 2015
  • tempto-logging-log4j-1.0.39

    Nov 09, 2015
  • tempto-logging-log4j-1.0.38

    Nov 05, 2015
  • tempto-logging-log4j-1.0.37

    Oct 05, 2015
  • tempto-logging-log4j-1.0.36

    Sep 04, 2015
  • tempto-logging-log4j-1.0.35

    Sep 02, 2015
  • tempto-logging-log4j-1.0.34

    Aug 13, 2015
  • tempto-logging-log4j-1.0.33

    Aug 13, 2015
  • tempto-logging-log4j-1.0.32

    Jul 09, 2015
  • tempto-logging-log4j-1.0.31

    Jul 09, 2015
  • tempto-logging-log4j-1.0.30

    Jun 18, 2015

How to add a dependency to Maven

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

<dependency>
    <groupId>com.teradata.tempto</groupId>
    <artifactId>tempto-logging-log4j</artifactId>
    <version>1.40</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.teradata.tempto:tempto-logging-log4j:1.40'

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

implementation("com.teradata.tempto:tempto-logging-log4j:1.40")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.teradata.tempto" % "tempto-logging-log4j" % "1.40"