MVN

com.teradata.tempto : tempto-ldap

Maven & Gradle

Dec 21, 2017
2 usages
60 stars

tempto-ldap · Tempto - test framework

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

Latest Version

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

  • Latest Stable: 1.40

All Versions

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

Version Vulnerabilities Updated
1.40
tempto-ldap-1.40
1.39
tempto-ldap-1.39
1.38
tempto-ldap-1.38
1.37
tempto-ldap-1.37
1.36
tempto-ldap-1.36
1.35
tempto-ldap-1.35
1.34
tempto-ldap-1.34
1.33
tempto-ldap-1.33
1.32
tempto-ldap-1.32
1.31
tempto-ldap-1.31
1.30
tempto-ldap-1.30
1.29
tempto-ldap-1.29
1.28
tempto-ldap-1.28
1.27
tempto-ldap-1.27
1.26
tempto-ldap-1.26
1.25
tempto-ldap-1.25
1.24
tempto-ldap-1.24
1.23
tempto-ldap-1.23
1.22
tempto-ldap-1.22
1.21
tempto-ldap-1.21
1.20
tempto-ldap-1.20
1.19
tempto-ldap-1.19
1.18
tempto-ldap-1.18
1.17
tempto-ldap-1.17
1.16
tempto-ldap-1.16
1.15
tempto-ldap-1.15
1.14
tempto-ldap-1.14
1.13
tempto-ldap-1.13
1.12
tempto-ldap-1.12
1.11
tempto-ldap-1.11

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.teradata.tempto:tempto-ldap:1.40'

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

implementation("com.teradata.tempto:tempto-ldap:1.40")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.teradata.tempto" % "tempto-ldap" % "1.40"