License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls |
GroupId | GroupIdcom.telenav.cactus |
ArtifactId | ArtifactIdgit |
Last Version | Last Version1.4.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe cactus project generates build metadata consumed by KivaKit and
other projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
git-1.4.10.pom | |
git-1.4.10.jar | 34 KB |
git-1.4.10-sources.jar | 17 KB |
git-1.4.10-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.telenav.cactus/git/ -->
<dependency>
<groupId>com.telenav.cactus</groupId>
<artifactId>git</artifactId>
<version>1.4.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.telenav.cactus/git/
implementation 'com.telenav.cactus:git:1.4.10'
// https://jarcasting.com/artifacts/com.telenav.cactus/git/
implementation ("com.telenav.cactus:git:1.4.10")
'com.telenav.cactus:git:jar:1.4.10'
<dependency org="com.telenav.cactus" name="git" rev="1.4.10">
<artifact name="git" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.telenav.cactus', module='git', version='1.4.10')
)
libraryDependencies += "com.telenav.cactus" % "git" % "1.4.10"
[com.telenav.cactus/git "1.4.10"]
Group / Artifact | Type | Version |
---|---|---|
com.telenav.cactus : cli | jar | 1.4.9 |