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