is not current version
Last Version 0.7.99.2

net.sourceforge.testxng:root 0.7.99.1

TestXNG is an XML testing framework, inspired by TestNG. It can be used to test XML Schemas and XSL Transformations, allows tests to be organized in groups, and dependencies to be defined between tests and tests and groups.

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.testxng
ArtifactId

ArtifactId

root
Version

Version

0.7.99.1
Type

Type

pom

Download root 0.7.99.1

Filename Size
root-0.7.99.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/net.sourceforge.testxng/root/ -->
<dependency>
    <groupId>net.sourceforge.testxng</groupId>
    <artifactId>root</artifactId>
    <version>0.7.99.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.testxng/root/
implementation 'net.sourceforge.testxng:root:0.7.99.1'
// https://jarcasting.com/artifacts/net.sourceforge.testxng/root/
implementation ("net.sourceforge.testxng:root:0.7.99.1")
'net.sourceforge.testxng:root:pom:0.7.99.1'
<dependency org="net.sourceforge.testxng" name="root" rev="0.7.99.1">
  <artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.testxng', module='root', version='0.7.99.1')
)
libraryDependencies += "net.sourceforge.testxng" % "root" % "0.7.99.1"
[net.sourceforge.testxng/root "0.7.99.1"]