License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Eclipse Che CLI User Interface |
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-ide-stacks |
Last Version | Last Version7.0.0-rc-3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionChe Core :: IDE :: STACKS
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-stacks-7.0.0-rc-3.0.pom | |
che-core-ide-stacks-7.0.0-rc-3.0.jar | 119 KB |
che-core-ide-stacks-7.0.0-rc-3.0-sources.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-ide-stacks/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-ide-stacks</artifactId>
<version>7.0.0-rc-3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-ide-stacks/
implementation 'org.eclipse.che.core:che-core-ide-stacks:7.0.0-rc-3.0'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-ide-stacks/
implementation ("org.eclipse.che.core:che-core-ide-stacks:7.0.0-rc-3.0")
'org.eclipse.che.core:che-core-ide-stacks:jar:7.0.0-rc-3.0'
<dependency org="org.eclipse.che.core" name="che-core-ide-stacks" rev="7.0.0-rc-3.0">
<artifact name="che-core-ide-stacks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-ide-stacks', version='7.0.0-rc-3.0')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-ide-stacks" % "7.0.0-rc-3.0"
[org.eclipse.che.core/che-core-ide-stacks "7.0.0-rc-3.0"]