is not current version
Last Version 1.1

org.wickedsource.logunit:logunit-testng 1.0

LogUnit module for TestNG support.

Categories

Categories

TestNG Unit Testing
GroupId

GroupId

org.wickedsource.logunit
ArtifactId

ArtifactId

logunit-testng
Version

Version

1.0
Type

Type

jar

Download logunit-testng 1.0


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