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