is not current version
Last Version 0.0.17-beta-1

com.theartos:artos 0.0.16

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

GroupId

GroupId

com.theartos
ArtifactId

ArtifactId

artos
Version

Version

0.0.16
Type

Type

jar

Download artos 0.0.16


<!-- https://jarcasting.com/artifacts/com.theartos/artos/ -->
<dependency>
    <groupId>com.theartos</groupId>
    <artifactId>artos</artifactId>
    <version>0.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/com.theartos/artos/
implementation 'com.theartos:artos:0.0.16'
// https://jarcasting.com/artifacts/com.theartos/artos/
implementation ("com.theartos:artos:0.0.16")
'com.theartos:artos:jar:0.0.16'
<dependency org="com.theartos" name="artos" rev="0.0.16">
  <artifact name="artos" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.theartos', module='artos', version='0.0.16')
)
libraryDependencies += "com.theartos" % "artos" % "0.0.16"
[com.theartos/artos "0.0.16"]