Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.plugin |
ArtifactId | ArtifactIdche-plugin-testing-phpunit |
Version | Version6.19.4 |
Type | Typepom |
Filename | Size |
---|---|
che-plugin-testing-phpunit-6.19.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-phpunit/ -->
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>che-plugin-testing-phpunit</artifactId>
<version>6.19.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-phpunit/
implementation 'org.eclipse.che.plugin:che-plugin-testing-phpunit:6.19.4'
// https://jarcasting.com/artifacts/org.eclipse.che.plugin/che-plugin-testing-phpunit/
implementation ("org.eclipse.che.plugin:che-plugin-testing-phpunit:6.19.4")
'org.eclipse.che.plugin:che-plugin-testing-phpunit:pom:6.19.4'
<dependency org="org.eclipse.che.plugin" name="che-plugin-testing-phpunit" rev="6.19.4">
<artifact name="che-plugin-testing-phpunit" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.plugin', module='che-plugin-testing-phpunit', version='6.19.4')
)
libraryDependencies += "org.eclipse.che.plugin" % "che-plugin-testing-phpunit" % "6.19.4"
[org.eclipse.che.plugin/che-plugin-testing-phpunit "6.19.4"]