Categories |
CategoriesGit Development Tools Version Controls CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.dirigible |
ArtifactId | ArtifactIddirigible-core-git |
Version | Version5.7.0 |
Type | Typejar |
Filename | Size |
---|---|
dirigible-core-git-5.7.0.pom | |
dirigible-core-git-5.7.0.jar | 52 KB |
dirigible-core-git-5.7.0-sources.jar | 39 KB |
dirigible-core-git-5.7.0-javadoc.jar | 554 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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-git/
implementation 'org.eclipse.dirigible:dirigible-core-git:5.7.0'
// https://jarcasting.com/artifacts/org.eclipse.dirigible/dirigible-core-git/
implementation ("org.eclipse.dirigible:dirigible-core-git:5.7.0")
'org.eclipse.dirigible:dirigible-core-git:jar:5.7.0'
<dependency org="org.eclipse.dirigible" name="dirigible-core-git" rev="5.7.0">
<artifact name="dirigible-core-git" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.dirigible', module='dirigible-core-git', version='5.7.0')
)
libraryDependencies += "org.eclipse.dirigible" % "dirigible-core-git" % "5.7.0"
[org.eclipse.dirigible/dirigible-core-git "5.7.0"]