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