MVN

com.theartos : artos

Maven & Gradle

Feb 25, 2023
4 stars

com.theartos:artos · The Artos "ART OF SYSTEM TESTING" is a framework designed for regression, functional, integration, end to end and/or unit testing.

<dependency>
    <groupId>com.theartos</groupId>
    <artifactId>artos</artifactId>
    <version>0.0.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.theartos : artos to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.18
  • Latest Beta: 0.0.17-beta-1

All Versions

Choose a version of com.theartos : artos to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
artos-0.0.18
artos-0.0.17-beta-1
artos-0.0.16
artos-0.0.15
artos-0.0.14-beta-1
artos-0.0.13
artos-0.0.13-beta-2
artos-0.0.13-beta-1
artos-0.0.12
artos-0.0.11
artos-0.0.10
artos-0.0.9
artos-0.0.8
artos-0.0.7
artos-0.0.6
artos-0.0.5-beta-2
artos-0.0.5-beta-1
artos-0.0.4
artos-0.0.3
artos-0.0.2
artos-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.theartos</groupId>
    <artifactId>artos</artifactId>
    <version>0.0.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.theartos : artos gradle dependency to your build.gradle file:

implementation 'com.theartos:artos:0.0.18'

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

implementation("com.theartos:artos:0.0.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.theartos : artos sbt scala dependency to your build.sbt file:

libraryDependencies += "com.theartos" % "artos" % "0.0.18"

Advertisement