не последняя версия
Последняя версия 1.4.6

br.eti.kinoshita:tap4j 1.3

Simple implementation of the Test Anything Protocol for Java.

Группа

Группа

br.eti.kinoshita
Идентификатор

Идентификатор

tap4j
Версия

Версия

1.3
Тип

Тип

jar

Скачать tap4j 1.3

Имя Файла Размер
tap4j-1.3.pom
tap4j-1.3.jar 36 KB
tap4j-1.3-sources.jar 43 KB
tap4j-1.3-javadoc.jar 276 KB
Обзор

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