Categories |
CategoriesTestNG Unit Testing Data |
---|---|
GroupId | GroupIdio.datarouter |
ArtifactId | ArtifactIddatarouter-testng |
Version | Version0.0.109 |
Type | Typejar |
Filename | Size |
---|---|
datarouter-testng-0.0.109.pom | |
datarouter-testng-0.0.109.jar | 4 KB |
datarouter-testng-0.0.109-sources.jar | 4 KB |
datarouter-testng-0.0.109-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datarouter/datarouter-testng/ -->
<dependency>
<groupId>io.datarouter</groupId>
<artifactId>datarouter-testng</artifactId>
<version>0.0.109</version>
</dependency>
// https://jarcasting.com/artifacts/io.datarouter/datarouter-testng/
implementation 'io.datarouter:datarouter-testng:0.0.109'
// https://jarcasting.com/artifacts/io.datarouter/datarouter-testng/
implementation ("io.datarouter:datarouter-testng:0.0.109")
'io.datarouter:datarouter-testng:jar:0.0.109'
<dependency org="io.datarouter" name="datarouter-testng" rev="0.0.109">
<artifact name="datarouter-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datarouter', module='datarouter-testng', version='0.0.109')
)
libraryDependencies += "io.datarouter" % "datarouter-testng" % "0.0.109"
[io.datarouter/datarouter-testng "0.0.109"]