License |
License |
---|---|
Categories |
CategoriesKotlin Languages TestNG Unit Testing |
GroupId | GroupIdtechnology.yiss.kotlin |
ArtifactId | ArtifactIdkotlin-test-testng |
Last Version | Last Version1.2.42 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontechnology.yiss.kotlin:kotlin-test-testng
Kotlin Test TestNG
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotlin-test-testng-1.2.42.pom | |
kotlin-test-testng-1.2.42.jar | 4 KB |
kotlin-test-testng-1.2.42-sources.jar | 1 KB |
kotlin-test-testng-1.2.42-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/technology.yiss.kotlin/kotlin-test-testng/ -->
<dependency>
<groupId>technology.yiss.kotlin</groupId>
<artifactId>kotlin-test-testng</artifactId>
<version>1.2.42</version>
</dependency>
// https://jarcasting.com/artifacts/technology.yiss.kotlin/kotlin-test-testng/
implementation 'technology.yiss.kotlin:kotlin-test-testng:1.2.42'
// https://jarcasting.com/artifacts/technology.yiss.kotlin/kotlin-test-testng/
implementation ("technology.yiss.kotlin:kotlin-test-testng:1.2.42")
'technology.yiss.kotlin:kotlin-test-testng:jar:1.2.42'
<dependency org="technology.yiss.kotlin" name="kotlin-test-testng" rev="1.2.42">
<artifact name="kotlin-test-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='technology.yiss.kotlin', module='kotlin-test-testng', version='1.2.42')
)
libraryDependencies += "technology.yiss.kotlin" % "kotlin-test-testng" % "1.2.42"
[technology.yiss.kotlin/kotlin-test-testng "1.2.42"]
Group / Artifact | Type | Version |
---|---|---|
technology.yiss.kotlin : kotlin-test-annotations-common | jar | 1.2.42 |
technology.yiss.kotlin : kotlin-test | jar | 1.2.42 |
org.testng : testng | jar | 6.13.1 |