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