License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing |
GroupId | GroupIdcom.consol.citrus |
ArtifactId | ArtifactIdcitrus-testng |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCitrus :: Runtime :: TestNG
Citrus TestNG framework integration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
citrus-testng-3.2.1.pom | |
citrus-testng-3.2.1.jar | 29 KB |
citrus-testng-3.2.1-sources.jar | 22 KB |
citrus-testng-3.2.1-javadoc.jar | 455 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.consol.citrus/citrus-testng/ -->
<dependency>
<groupId>com.consol.citrus</groupId>
<artifactId>citrus-testng</artifactId>
<version>3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.consol.citrus/citrus-testng/
implementation 'com.consol.citrus:citrus-testng:3.2.1'
// https://jarcasting.com/artifacts/com.consol.citrus/citrus-testng/
implementation ("com.consol.citrus:citrus-testng:3.2.1")
'com.consol.citrus:citrus-testng:jar:3.2.1'
<dependency org="com.consol.citrus" name="citrus-testng" rev="3.2.1">
<artifact name="citrus-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.consol.citrus', module='citrus-testng', version='3.2.1')
)
libraryDependencies += "com.consol.citrus" % "citrus-testng" % "3.2.1"
[com.consol.citrus/citrus-testng "3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.consol.citrus : citrus-base | jar | 3.2.1 |
org.testng : testng | jar | 7.3.0 |
org.slf4j : slf4j-api | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
com.consol.citrus : citrus-spring | jar | 3.2.1 |
org.springframework : spring-test | jar | 5.3.18 |
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-jsr223 | jar | 3.0.9 |
org.apache.ant : ant | jar | 1.10.11 |
org.junit.jupiter : junit-jupiter-api | jar | 5.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.17.2 |
org.slf4j : jcl-over-slf4j | jar | 1.7.36 |
org.mockito : mockito-core | jar | 3.12.4 |
org.mockito : mockito-junit-jupiter | jar | 3.12.4 |