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