c

che-core-commons-inject

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