is not current version
Last Version 3.0.0-SNAP13

org.scalatest:scalatest-testng_2.10 3.0.0-SNAP10

scalatestTestNG

Categories

Categories

Scala Languages TestNG Unit Testing
GroupId

GroupId

org.scalatest
ArtifactId

ArtifactId

scalatest-testng_2.10
Version

Version

3.0.0-SNAP10
Type

Type

jar

Download scalatest-testng_2.10 3.0.0-SNAP10


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