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