c

che-core-commons-inject

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