License |
License |
---|---|
Categories |
CategoriesTestNG Unit Testing Eclipse Che Development Tools IDE CLI User Interface |
GroupId | GroupIdorg.eclipse.che.plugin |
ArtifactId | ArtifactIdche-plugin-testing-testng-runtime |
Last Version | Last Version7.0.0-rc-3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionChe Plugin :: Java Testing :: TestNG Runtime
Provides version of third parties artifacts to use in Codenvy platform projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-testng-runtime/ -->
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-testing-testng-runtime</artifactId>
<version>7.0.0-rc-3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-testng-runtime/
implementation 'org.eclipse.che.plugin:che-plugin-testing-testng-runtime:7.0.0-rc-3.0'
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-testng-runtime/
implementation ("org.eclipse.che.plugin:che-plugin-testing-testng-runtime:7.0.0-rc-3.0")
'org.eclipse.che.plugin:che-plugin-testing-testng-runtime:jar:7.0.0-rc-3.0'
<dependency org="org.eclipse.che.plugin" name="che-plugin-testing-testng-runtime" rev="7.0.0-rc-3.0">
<artifact name="che-plugin-testing-testng-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.plugin', module='che-plugin-testing-testng-runtime', version='7.0.0-rc-3.0')
)
libraryDependencies += "org.eclipse.che.plugin" % "che-plugin-testing-testng-runtime" % "7.0.0-rc-3.0"
[org.eclipse.che.plugin/che-plugin-testing-testng-runtime "7.0.0-rc-3.0"]
Group / Artifact | Type | Version |
---|---|---|
com.beust : jcommander | jar | 1.27 |
org.testng : testng | jar | 6.8.21 |