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