| License |
License |
|---|---|
| GroupId | GroupIdbr.eti.kinoshita |
| ArtifactId | ArtifactIdtap4j |
| Last Version | Last Version1.4.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontap4j - Test Anything Protocol for Java
Simple implementation of the Test Anything Protocol for Java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| tap4j-1.4.6.pom | |
| tap4j-1.4.6.jar | 66 KB |
| tap4j-1.4.6-sources.jar | 72 KB |
| tap4j-1.4.6-javadoc.jar | 1019 KB |
| Browse |
<!-- 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"]
| 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-exec | jar | 1.1 |