c

che-core-commons-inject

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