Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-master-parent |
Version | Version7.12.2 |
Type | Typepom |
Filename | Size |
---|---|
che-master-parent-7.12.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.12.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.12.2'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-master-parent/
implementation ("org.eclipse.che.core:che-master-parent:7.12.2")
'org.eclipse.che.core:che-master-parent:pom:7.12.2'
<dependency org="org.eclipse.che.core" name="che-master-parent" rev="7.12.2">
<artifact name="che-master-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-master-parent', version='7.12.2')
)
libraryDependencies += "org.eclipse.che.core" % "che-master-parent" % "7.12.2"
[org.eclipse.che.core/che-master-parent "7.12.2"]