c

che-core-commons-inject

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