Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-commons-parent |
Version | Version6.11.0 |
Type | Typepom |
Filename | Size |
---|---|
che-core-commons-parent-6.11.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-parent/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-commons-parent</artifactId>
<version>6.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-parent/
implementation 'org.eclipse.che.core:che-core-commons-parent:6.11.0'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-commons-parent/
implementation ("org.eclipse.che.core:che-core-commons-parent:6.11.0")
'org.eclipse.che.core:che-core-commons-parent:pom:6.11.0'
<dependency org="org.eclipse.che.core" name="che-core-commons-parent" rev="6.11.0">
<artifact name="che-core-commons-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-commons-parent', version='6.11.0')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-commons-parent" % "6.11.0"
[org.eclipse.che.core/che-core-commons-parent "6.11.0"]