Categories |
CategoriesTestNG Unit Testing |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-testng |
Version | Version2.19.5 |
Type | Typejar |
Filename | Size |
---|---|
camel-testng-2.19.5.pom | |
camel-testng-2.19.5.jar | 38 KB |
camel-testng-2.19.5-sources.jar | 30 KB |
camel-testng-2.19.5-javadoc.jar | 85 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-testng/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-testng</artifactId>
<version>2.19.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-testng/
implementation 'org.apache.camel:camel-testng:2.19.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-testng/
implementation ("org.apache.camel:camel-testng:2.19.5")
'org.apache.camel:camel-testng:jar:2.19.5'
<dependency org="org.apache.camel" name="camel-testng" rev="2.19.5">
<artifact name="camel-testng" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-testng', version='2.19.5')
)
libraryDependencies += "org.apache.camel" % "camel-testng" % "2.19.5"
[org.apache.camel/camel-testng "2.19.5"]