| License |
License |
|---|---|
| Categories |
CategoriesTestNG Unit Testing |
| GroupId | GroupIdorg.testng |
| ArtifactId | ArtifactIdtestng-spring |
| Last Version | Last Version4.7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTestNG
TestNG Spring integration.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| testng-spring-4.7.pom | -1 bytes |
| testng-spring-4.7-jdk15.jar | 14 KB |
| testng-spring-4.7-jdk14.jar | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.testng/testng-spring/ -->
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng-spring</artifactId>
<version>4.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.testng/testng-spring/
implementation 'org.testng:testng-spring:4.7'
// https://jarcasting.com/artifacts/org.testng/testng-spring/
implementation ("org.testng:testng-spring:4.7")
'org.testng:testng-spring:jar:4.7'
<dependency org="org.testng" name="testng-spring" rev="4.7">
<artifact name="testng-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testng', module='testng-spring', version='4.7')
)
libraryDependencies += "org.testng" % "testng-spring" % "4.7"
[org.testng/testng-spring "4.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 4.7 |
| org.springframework : spring-jdbc | jar | 1.2.8 |
| org.springframework : spring-context | jar | 1.2.8 |
| org.springframework : spring-beans | jar | 1.2.8 |