Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdio.sniffy |
ArtifactId | ArtifactIdsniffy-testng |
Version | Version3.1.6 |
Type | Typejar |
Filename | Size |
---|---|
sniffy-testng-3.1.6.pom | |
sniffy-testng-3.1.6.jar | 5 KB |
sniffy-testng-3.1.6-sources.jar | 4 KB |
sniffy-testng-3.1.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.sniffy/sniffy-testng/
implementation 'io.sniffy:sniffy-testng:3.1.6'
// https://jarcasting.com/artifacts/io.sniffy/sniffy-testng/
implementation ("io.sniffy:sniffy-testng:3.1.6")
'io.sniffy:sniffy-testng:jar:3.1.6'
<dependency org="io.sniffy" name="sniffy-testng" rev="3.1.6">
<artifact name="sniffy-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sniffy', module='sniffy-testng', version='3.1.6')
)
libraryDependencies += "io.sniffy" % "sniffy-testng" % "3.1.6"
[io.sniffy/sniffy-testng "3.1.6"]