MVN

co.com.devco.automation : automationDevcoLibrary

Maven & Gradle

Sep 15, 2022

automation-devco-library · Library utilities to automation projects in SerenityBDD

<dependency>
    <groupId>co.com.devco.automation</groupId>
    <artifactId>automationDevcoLibrary</artifactId>
    <version>2.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.com.devco.automation : automationDevcoLibrary to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.4

All Versions

Choose a version of co.com.devco.automation : automationDevcoLibrary to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
automationDevcoLibrary-2.0.4
automationDevcoLibrary-2.0.3
automationDevcoLibrary-2.0.2
automationDevcoLibrary-2.0.1
2.0
automationDevcoLibrary-2.0
1.3.x
automationDevcoLibrary-1.3.11
automationDevcoLibrary-1.3.10
automationDevcoLibrary-1.3.9
automationDevcoLibrary-1.3.8
automationDevcoLibrary-1.3.7
automationDevcoLibrary-1.3.6
automationDevcoLibrary-1.3.4
automationDevcoLibrary-1.3.3
automationDevcoLibrary-1.3.1
automationDevcoLibrary-1.3.0
1.2.x
automationDevcoLibrary-1.2.0
1.1.x
automationDevcoLibrary-1.1.0
1.0.x
automationDevcoLibrary-1.0.3
automationDevcoLibrary-1.0.2

How to add a dependency to Maven

Add the following co.com.devco.automation : automationDevcoLibrary maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.com.devco.automation</groupId>
    <artifactId>automationDevcoLibrary</artifactId>
    <version>2.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.com.devco.automation : automationDevcoLibrary gradle dependency to your build.gradle file:

implementation 'co.com.devco.automation:automationDevcoLibrary:2.0.4'

Gradle Kotlin DSL: Add the following co.com.devco.automation : automationDevcoLibrary gradle kotlin dependency to your build.gradle.kts file:

implementation("co.com.devco.automation:automationDevcoLibrary:2.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.com.devco.automation : automationDevcoLibrary sbt scala dependency to your build.sbt file:

libraryDependencies += "co.com.devco.automation" % "automationDevcoLibrary" % "2.0.4"

Advertisement