MVN

com.github.lanit-izh : automation-framework-core

Maven & Gradle

Jan 14, 2022
8 stars
<dependency>
    <groupId>com.github.lanit-izh</groupId>
    <artifactId>automation-framework-core</artifactId>
    <version>4.0.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lanit-izh : automation-framework-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.20

All Versions

Choose a version of com.github.lanit-izh : automation-framework-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
automation-framework-core-4.0.20
automation-framework-core-4.0.19
automation-framework-core-4.0.18
automation-framework-core-4.0.17
automation-framework-core-4.0.16
automation-framework-core-4.0.13
automation-framework-core-4.0.12
automation-framework-core-4.0.11
automation-framework-core-4.0.10
automation-framework-core-4.0.9
automation-framework-core-4.0.8
automation-framework-core-4.0.7
automation-framework-core-4.0.5
automation-framework-core-4.0.4
automation-framework-core-4.0.3
automation-framework-core-4.0.2
automation-framework-core-4.0.1
automation-framework-core-4.0.0
3.0.x
automation-framework-core-3.0.99

How to add a dependency to Maven

Add the following com.github.lanit-izh : automation-framework-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lanit-izh</groupId>
    <artifactId>automation-framework-core</artifactId>
    <version>4.0.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lanit-izh : automation-framework-core gradle dependency to your build.gradle file:

implementation 'com.github.lanit-izh:automation-framework-core:4.0.20'

Gradle Kotlin DSL: Add the following com.github.lanit-izh : automation-framework-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lanit-izh:automation-framework-core:4.0.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lanit-izh : automation-framework-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lanit-izh" % "automation-framework-core" % "4.0.20"