License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Eclipse Che CLI User Interface |
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-ide-parent |
Last Version | Last Version7.0.0-rc-3.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionChe Core :: IDE
Provides version of third parties artifacts to use in Codenvy platform projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
che-core-ide-parent-7.0.0-rc-3.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-ide-parent/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-ide-parent</artifactId>
<version>7.0.0-rc-3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-ide-parent/
implementation 'org.eclipse.che.core:che-core-ide-parent:7.0.0-rc-3.0'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-ide-parent/
implementation ("org.eclipse.che.core:che-core-ide-parent:7.0.0-rc-3.0")
'org.eclipse.che.core:che-core-ide-parent:pom:7.0.0-rc-3.0'
<dependency org="org.eclipse.che.core" name="che-core-ide-parent" rev="7.0.0-rc-3.0">
<artifact name="che-core-ide-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-ide-parent', version='7.0.0-rc-3.0')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-ide-parent" % "7.0.0-rc-3.0"
[org.eclipse.che.core/che-core-ide-parent "7.0.0-rc-3.0"]