is not current version
Last Version 1.4.6

br.eti.kinoshita:tap4j 1.4.1

Simple implementation of the Test Anything Protocol for Java.

GroupId

GroupId

br.eti.kinoshita
ArtifactId

ArtifactId

tap4j
Version

Version

1.4.1
Type

Type

jar

Download tap4j 1.4.1


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