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