MVN

io.github.shafthq : SHAFT_ENGINE

Maven & Gradle

Aug 24, 2023
306 stars

io.github.shafthq:SHAFT_ENGINE · SHAFT is a unified test automation engine. Powered by best-in-class frameworks, SHAFT provides a wizard-like syntax to drive your automation efficiently, maximize your ROI, and minimize your learning curve. Stop reinventing the wheel. Upgrade now!

<dependency>
    <groupId>io.github.shafthq</groupId>
    <artifactId>SHAFT_ENGINE</artifactId>
    <version>7.3.20230824.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.shafthq : SHAFT_ENGINE to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 7.3.20230824.1

All Versions

Choose a version of io.github.shafthq : SHAFT_ENGINE to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.3.x
SHAFT_ENGINE-7.3.20230824.1
SHAFT_ENGINE-7.3.20230824
SHAFT_ENGINE-7.3.20230823
SHAFT_ENGINE-7.3.20230818
SHAFT_ENGINE-7.3.20230816
SHAFT_ENGINE-7.3.20230815
SHAFT_ENGINE-7.3.20230804
SHAFT_ENGINE-7.3.20230703
SHAFT_ENGINE-7.3.20230707_BETA
7.2.x
SHAFT_ENGINE-7.2.20230621
SHAFT_ENGINE-7.2.20230611
SHAFT_ENGINE-7.2.20230609
SHAFT_ENGINE-7.2.20230606
SHAFT_ENGINE-7.2.20230527

How to add a dependency to Maven

Add the following io.github.shafthq : SHAFT_ENGINE maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.shafthq</groupId>
    <artifactId>SHAFT_ENGINE</artifactId>
    <version>7.3.20230824.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.shafthq : SHAFT_ENGINE gradle dependency to your build.gradle file:

implementation 'io.github.shafthq:SHAFT_ENGINE:7.3.20230824.1'

Gradle Kotlin DSL: Add the following io.github.shafthq : SHAFT_ENGINE gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.shafthq:SHAFT_ENGINE:7.3.20230824.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.shafthq : SHAFT_ENGINE sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.shafthq" % "SHAFT_ENGINE" % "7.3.20230824.1"