License |
License |
---|---|
GroupId | GroupIdorg.tap4j |
ArtifactId | ArtifactIdtap4j |
Version | Version4.4.2 |
Type | Typejar |
Description |
Descriptiontap4j Test Anything Protocol for Java
TAP implementation for Java.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
tap4j-4.4.2.pom | |
tap4j-4.4.2.jar | 40 KB |
tap4j-4.4.2-sources.jar | 54 KB |
tap4j-4.4.2-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tap4j/tap4j/ -->
<dependency>
<groupId>org.tap4j</groupId>
<artifactId>tap4j</artifactId>
<version>4.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tap4j/tap4j/
implementation 'org.tap4j:tap4j:4.4.2'
// https://jarcasting.com/artifacts/org.tap4j/tap4j/
implementation ("org.tap4j:tap4j:4.4.2")
'org.tap4j:tap4j:jar:4.4.2'
<dependency org="org.tap4j" name="tap4j" rev="4.4.2">
<artifact name="tap4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tap4j', module='tap4j', version='4.4.2')
)
libraryDependencies += "org.tap4j" % "tap4j" % "4.4.2"
[org.tap4j/tap4j "4.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.yaml : snakeyaml | jar | 1.17 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |