Categories |
CategoriesGit Development Tools Version Controls Eclipse Che IDE CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.che.core |
ArtifactId | ArtifactIdche-core-api-git |
Version | Version6.12.2 |
Type | Typejar |
Filename | Size |
---|---|
che-core-api-git-6.12.2.pom | |
che-core-api-git-6.12.2.jar | 264 KB |
che-core-api-git-6.12.2-tests.jar | 67 KB |
che-core-api-git-6.12.2-sources.jar | 92 KB |
che-core-api-git-6.12.2-javadoc.jar | 679 KB |
Browse |
<!-- 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.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-git/
implementation 'org.eclipse.che.core:che-core-api-git:6.12.2'
// https://jarcasting.com/artifacts/org.eclipse.che.core/che-core-api-git/
implementation ("org.eclipse.che.core:che-core-api-git:6.12.2")
'org.eclipse.che.core:che-core-api-git:jar:6.12.2'
<dependency org="org.eclipse.che.core" name="che-core-api-git" rev="6.12.2">
<artifact name="che-core-api-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.che.core', module='che-core-api-git', version='6.12.2')
)
libraryDependencies += "org.eclipse.che.core" % "che-core-api-git" % "6.12.2"
[org.eclipse.che.core/che-core-api-git "6.12.2"]