is not current version
Last Version 7.0.0-rc-3.0

org.eclipse.che.core:che-core-api-git 6.11.0


Categories

Categories

Git Development Tools Version Controls Eclipse Che IDE CLI User Interface
GroupId

GroupId

org.eclipse.che.core
ArtifactId

ArtifactId

che-core-api-git
Version

Version

6.11.0
Type

Type

jar

Download che-core-api-git 6.11.0


<!-- https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-git/ -->
<dependency>
    <groupId>org.eclipse.che.core</groupId>
    <artifactId>che-core-api-git</artifactId>
    <version>6.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-git/
implementation 'org.eclipse.che.core:che-core-api-git:6.11.0'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-git/
implementation ("org.eclipse.che.core:che-core-api-git:6.11.0")
'org.eclipse.che.core:che-core-api-git:jar:6.11.0'
<dependency org="org.eclipse.che.core" name="che-core-api-git" rev="6.11.0">
  <artifact name="che-core-api-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-api-git', version='6.11.0')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-api-git" % "6.11.0"
[org.eclipse.che.core/che-core-api-git "6.11.0"]