Files download
File Operation
che-core-commons-parent-6.14.2.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.che.core</groupId>
  <artifactId>che-core-commons-parent</artifactId>
  <version>6.14.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.eclipse.che.core:che-core-commons-parent:6.14.2'
Gradle Kotlin
implementation("org.eclipse.che.core:che-core-commons-parent:6.14.2")
Scala SBT
libraryDependencies += "org.eclipse.che.core" % "che-core-commons-parent" % "6.14.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.che.core', module='che-core-commons-parent', version='6.14.2')
)
Apache Ivy
<dependency org="org.eclipse.che.core" name="che-core-commons-parent" rev="6.14.2" />
Leiningen
[org.eclipse.che.core/che-core-commons-parent "6.14.2"]
Apache Buildr
'org.eclipse.che.core:che-core-commons-parent:jar:6.14.2'