is not current version
Last Version 0.7.99.2

net.sourceforge.testxng:core 0.7.99.1

Implementation core of TestXNG

Categories

Categories

Net
GroupId

GroupId

net.sourceforge.testxng
ArtifactId

ArtifactId

core
Version

Version

0.7.99.1
Type

Type

jar

Download core 0.7.99.1


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