License |
License |
---|---|
GroupId | GroupIdorg.tap4j |
ArtifactId | ArtifactIdtap4j-ext |
Version | Version4.4.2 |
Type | Typejar |
Description |
Descriptiontap4j extensions
TAP extensions to support JUnit and TestNG
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
tap4j-ext-4.4.2.pom | |
tap4j-ext-4.4.2.jar | 58 KB |
tap4j-ext-4.4.2-sources.jar | 61 KB |
tap4j-ext-4.4.2-javadoc.jar | 244 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tap4j/tap4j-ext/ -->
<dependency>
<groupId>org.tap4j</groupId>
<artifactId>tap4j-ext</artifactId>
<version>4.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.tap4j/tap4j-ext/
implementation 'org.tap4j:tap4j-ext:4.4.2'
// https://jarcasting.com/artifacts/org.tap4j/tap4j-ext/
implementation ("org.tap4j:tap4j-ext:4.4.2")
'org.tap4j:tap4j-ext:jar:4.4.2'
<dependency org="org.tap4j" name="tap4j-ext" rev="4.4.2">
<artifact name="tap4j-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tap4j', module='tap4j-ext', version='4.4.2')
)
libraryDependencies += "org.tap4j" % "tap4j-ext" % "4.4.2"
[org.tap4j/tap4j-ext "4.4.2"]
Group / Artifact | Type | Version |
---|---|---|
org.tap4j : tap4j | jar | 4.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.10 |
junit : junit | jar | 4.12 |
com.google.inject : guice | jar | 4.1.0 |