c

che-core-commons-inject

文件下载
文件名 操作
che-core-commons-inject-7.28.2.jar 下载
che-core-commons-inject-7.28.2.pom 下载
che-core-commons-inject-7.28.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.che.core</groupId>
  <artifactId>che-core-commons-inject</artifactId>
  <version>7.28.2</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.che.core:che-core-commons-inject:7.28.2'
Gradle Kotlin
implementation("org.eclipse.che.core:che-core-commons-inject:7.28.2")
Scala SBT
libraryDependencies += "org.eclipse.che.core" % "che-core-commons-inject" % "7.28.2"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.che.core', module='che-core-commons-inject', version='7.28.2')
)
Apache Ivy
<dependency org="org.eclipse.che.core" name="che-core-commons-inject" rev="7.28.2" />
Leiningen
[org.eclipse.che.core/che-core-commons-inject "7.28.2"]
Apache Buildr
'org.eclipse.che.core:che-core-commons-inject:jar:7.28.2'