Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdcom.decathlon.tzatziki |
ArtifactId | ArtifactIdtzatziki-testng |
Version | Version1.0.28 |
Type | Typejar |
Filename | Size |
---|---|
tzatziki-testng-1.0.28.pom | |
tzatziki-testng-1.0.28.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.decathlon.tzatziki/tzatziki-testng/ -->
<dependency>
<groupId>com.decathlon.tzatziki</groupId>
<artifactId>tzatziki-testng</artifactId>
<version>1.0.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.decathlon.tzatziki/tzatziki-testng/
implementation 'com.decathlon.tzatziki:tzatziki-testng:1.0.28'
// https://jarcasting.com/artifacts/com.decathlon.tzatziki/tzatziki-testng/
implementation ("com.decathlon.tzatziki:tzatziki-testng:1.0.28")
'com.decathlon.tzatziki:tzatziki-testng:jar:1.0.28'
<dependency org="com.decathlon.tzatziki" name="tzatziki-testng" rev="1.0.28">
<artifact name="tzatziki-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.decathlon.tzatziki', module='tzatziki-testng', version='1.0.28')
)
libraryDependencies += "com.decathlon.tzatziki" % "tzatziki-testng" % "1.0.28"
[com.decathlon.tzatziki/tzatziki-testng "1.0.28"]