tap4j - Test Anything Protocol for Java

Simple implementation of the Test Anything Protocol for Java.

License

License

MIT
GroupId

GroupId

br.eti.kinoshita
ArtifactId

ArtifactId

tap4j
Last Version

Last Version

1.4.6
Release Date

Release Date

Type

Type

jar
Description

Description

tap4j - Test Anything Protocol for Java
Simple implementation of the Test Anything Protocol for Java.
Project URL

Project URL

http://sourceforge.net/projects/tap4j/

Download tap4j

How to add to project

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

Dependencies

compile (6)

Group / Artifact Type Version
org.testng : testng jar 6.0
org.yaml : snakeyaml jar 1.7
commons-lang : commons-lang jar 2.5
commons-io : commons-io jar 1.4
junit : junit jar 4.0
com.google.inject : guice jar 3.0

test (1)

Group / Artifact Type Version
org.apache.commons : commons-exec jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4
1.3
1.2
1.1
1.0