MVN

com.testvagrant.ekam : ekam

Maven & Gradle

Jul 13, 2023
2 stars

Ekam · Ekam, a unified test automation platform, helps you to get started with WEB | MOBILE | API Test Automation

<dependency>
    <groupId>com.testvagrant.ekam</groupId>
    <artifactId>ekam</artifactId>
    <version>1.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.testvagrant.ekam : ekam to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.1
  • Latest Beta: 1.1.0-beta
  • Latest Alpha: 0.0.3-tcq-alpha

All Versions

Choose a version of com.testvagrant.ekam : ekam to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ekam-1.1.1
ekam-1.1.0
ekam-1.1.0-beta
1.0.x
ekam-1.0.2
ekam-1.0.1
ekam-1.0.1-perfecto
ekam-1.0.0
0.3.x
ekam-0.3.1-beta
ekam-0.3.0-beta
0.2.x
ekam-0.2.4-beta
ekam-0.2.3-beta
ekam-0.2.2-beta
ekam-0.2.1-beta
ekam-0.2.0-beta
0.1.x
ekam-0.1.7-beta
ekam-0.1.6-beta
ekam-0.1.5-beta
ekam-0.1.4-beta
ekam-0.1.3-beta
ekam-0.1.2-beta
ekam-0.1.1-beta
ekam-0.1.0-beta
ekam-0.1.0-alpha
0.0.x
ekam-0.0.9-alpha
ekam-0.0.8-alpha
ekam-0.0.7-alpha
ekam-0.0.6-alpha
ekam-0.0.5-alpha
ekam-0.0.4-alpha
ekam-0.0.3-tcq-alpha
ekam-0.0.3-tcq
ekam-0.0.3-alpha
ekam-0.0.2-tcq-alpha
ekam-0.0.2-tcq
ekam-0.0.2-beta
ekam-0.0.1-tcq-alpha-1
ekam-0.0.1-tcq-alpha
ekam-0.0.1-beta
ekam-0.0.1-tcq
ekam-0.0.1-demo
ekam-0.0.1-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>com.testvagrant.ekam</groupId>
    <artifactId>ekam</artifactId>
    <version>1.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.testvagrant.ekam : ekam gradle dependency to your build.gradle file:

implementation 'com.testvagrant.ekam:ekam:1.1.1'

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

implementation("com.testvagrant.ekam:ekam:1.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.testvagrant.ekam : ekam sbt scala dependency to your build.sbt file:

libraryDependencies += "com.testvagrant.ekam" % "ekam" % "1.1.1"

Advertisement