Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.plugin |
ArtifactId | ArtifactIdche-plugin-testing-classpath |
Version | Version6.11.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-classpath/ -->
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-testing-classpath</artifactId>
<version>6.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-classpath/
implementation 'org.eclipse.che.plugin:che-plugin-testing-classpath:6.11.0'
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-classpath/
implementation ("org.eclipse.che.plugin:che-plugin-testing-classpath:6.11.0")
'org.eclipse.che.plugin:che-plugin-testing-classpath:jar:6.11.0'
<dependency org="org.eclipse.che.plugin" name="che-plugin-testing-classpath" rev="6.11.0">
<artifact name="che-plugin-testing-classpath" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.plugin', module='che-plugin-testing-classpath', version='6.11.0')
)
libraryDependencies += "org.eclipse.che.plugin" % "che-plugin-testing-classpath" % "6.11.0"
[org.eclipse.che.plugin/che-plugin-testing-classpath "6.11.0"]