is not current version
Last Version 2.7.3

org.eclipse.tycho:org.eclipse.tycho.surefire.testng 2.1.0


Categories

Categories

TestNG Unit Testing CLI User Interface
GroupId

GroupId

org.eclipse.tycho
ArtifactId

ArtifactId

org.eclipse.tycho.surefire.testng
Version

Version

2.1.0
Type

Type

jar

Download org.eclipse.tycho.surefire.testng 2.1.0


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