MVN

co.verisoft : test-api

Maven & Gradle

Aug 17, 2023
1 usages

co.verisoft:test-api · VeriSoft framework for testing web and mobile applications. junit 5 Module

<dependency>
    <groupId>co.verisoft</groupId>
    <artifactId>test-api</artifactId>
    <version>0.1.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.verisoft : test-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.14

All Versions

Choose a version of co.verisoft : test-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
test-api-0.1.14
test-api-0.1.13
test-api-0.1.11
test-api-0.1.6
test-api-0.1.5
test-api-0.1.4
test-api-0.1.3
test-api-0.1.2
0.1
test-api-0.1
0.0.x
test-api-0.0.9
test-api-0.0.8
test-api-0.0.7
test-api-0.0.6
test-api-0.0.5
test-api-0.0.4
test-api-0.0.3
test-api-0.0.2

How to add a dependency to Maven

Add the following co.verisoft : test-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.verisoft</groupId>
    <artifactId>test-api</artifactId>
    <version>0.1.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.verisoft : test-api gradle dependency to your build.gradle file:

implementation 'co.verisoft:test-api:0.1.14'

Gradle Kotlin DSL: Add the following co.verisoft : test-api gradle kotlin dependency to your build.gradle.kts file:

implementation("co.verisoft:test-api:0.1.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.verisoft : test-api sbt scala dependency to your build.sbt file:

libraryDependencies += "co.verisoft" % "test-api" % "0.1.14"

Advertisement