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