Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdcom.decathlon.tzatziki |
ArtifactId | ArtifactIdtzatziki-testng |
Version | Version1.0.41 |
Type | Typejar |
Filename | Size |
---|---|
tzatziki-testng-1.0.41.pom | |
tzatziki-testng-1.0.41.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.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.decathlon.tzatziki/tzatziki-testng/
implementation 'com.decathlon.tzatziki:tzatziki-testng:1.0.41'
// https://jarcasting.com/artifacts/com.decathlon.tzatziki/tzatziki-testng/
implementation ("com.decathlon.tzatziki:tzatziki-testng:1.0.41")
'com.decathlon.tzatziki:tzatziki-testng:jar:1.0.41'
<dependency org="com.decathlon.tzatziki" name="tzatziki-testng" rev="1.0.41">
<artifact name="tzatziki-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.decathlon.tzatziki', module='tzatziki-testng', version='1.0.41')
)
libraryDependencies += "com.decathlon.tzatziki" % "tzatziki-testng" % "1.0.41"
[com.decathlon.tzatziki/tzatziki-testng "1.0.41"]