Categories |
CategoriesEclipse Che Development Tools IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-api-installer-shared |
Version | Version7.0.0-rc-4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-installer-shared/ -->
<dependency>
<groupId>org.eclipse.che.core</groupId>
<artifactId>che-core-api-installer-shared</artifactId>
<version>7.0.0-rc-4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-installer-shared/
implementation 'org.eclipse.che.core:che-core-api-installer-shared:7.0.0-rc-4.0'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-installer-shared/
implementation ("org.eclipse.che.core:che-core-api-installer-shared:7.0.0-rc-4.0")
'org.eclipse.che.core:che-core-api-installer-shared:jar:7.0.0-rc-4.0'
<dependency org="org.eclipse.che.core" name="che-core-api-installer-shared" rev="7.0.0-rc-4.0">
<artifact name="che-core-api-installer-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-api-installer-shared', version='7.0.0-rc-4.0')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-api-installer-shared" % "7.0.0-rc-4.0"
[org.eclipse.che.core/che-core-api-installer-shared "7.0.0-rc-4.0"]