| Categories |
CategoriesGit Development Tools Version Controls CLI User Interface |
|---|---|
| GroupId | GroupIdorg.eclipse.dirigible |
| ArtifactId | ArtifactIddirigible-core-git |
| Version | Version6.2.12 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dirigible-core-git-6.2.12.pom | |
| dirigible-core-git-6.2.12.jar | 56 KB |
| dirigible-core-git-6.2.12-sources.jar | 41 KB |
| dirigible-core-git-6.2.12-javadoc.jar | 558 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-git/ -->
<dependency>
<groupId>org.eclipse.dirigible</groupId>
<artifactId>dirigible-core-git</artifactId>
<version>6.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-git/
implementation 'org.eclipse.dirigible:dirigible-core-git:6.2.12'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-git/
implementation ("org.eclipse.dirigible:dirigible-core-git:6.2.12")
'org.eclipse.dirigible:dirigible-core-git:jar:6.2.12'
<dependency org="org.eclipse.dirigible" name="dirigible-core-git" rev="6.2.12">
<artifact name="dirigible-core-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-core-git', version='6.2.12')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-git" % "6.2.12"
[org.eclipse.dirigible/dirigible-core-git "6.2.12"]