License |
License |
---|---|
Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-master-parent |
Version | Version7.28.2 |
Type | Typepom |
Description |
DescriptionChe Core :: API :: Che Master Parent
Provides default project configuration for Che projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
che-master-parent-7.28.2.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-master-parent/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-master-parent</artifactId>
<version>7.28.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-master-parent/
implementation 'org.eclipse.che.core:che-master-parent:7.28.2'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-master-parent/
implementation ("org.eclipse.che.core:che-master-parent:7.28.2")
'org.eclipse.che.core:che-master-parent:pom:7.28.2'
<dependency org="org.eclipse.che.core" name="che-master-parent" rev="7.28.2">
<artifact name="che-master-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-master-parent', version='7.28.2')
)
libraryDependencies += "org.eclipse.che.core" % "che-master-parent" % "7.28.2"
[org.eclipse.che.core/che-master-parent "7.28.2"]