License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls JGit General Purpose Libraries Utility |
GroupId | GroupIdfr.brouillard.oss |
ArtifactId | ArtifactIdjgitver |
Last Version | Last Version0.14.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGIT versioning using jgit
automatically calculates semver compatible version from git project info
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jgitver-0.14.0.pom | |
jgitver-0.14.0.jar | 96 KB |
jgitver-0.14.0-sources.jar | 57 KB |
jgitver-0.14.0-javadoc.jar | 313 KB |
jgitver-0.14.0-executable.jar | 7 MB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.brouillard.oss/jgitver/ -->
<dependency>
<groupId>fr.brouillard.oss</groupId>
<artifactId>jgitver</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.brouillard.oss/jgitver/
implementation 'fr.brouillard.oss:jgitver:0.14.0'
// https://jarcasting.com/artifacts/fr.brouillard.oss/jgitver/
implementation ("fr.brouillard.oss:jgitver:0.14.0")
'fr.brouillard.oss:jgitver:jar:0.14.0'
<dependency org="fr.brouillard.oss" name="jgitver" rev="0.14.0">
<artifact name="jgitver" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.brouillard.oss', module='jgitver', version='0.14.0')
)
libraryDependencies += "fr.brouillard.oss" % "jgitver" % "0.14.0"
[fr.brouillard.oss/jgitver "0.14.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven.shared : maven-script-interpreter | jar | 1.3 |
org.eclipse.jgit : org.eclipse.jgit | jar | 5.11.0.202103091610-r |
com.github.petitparser : petitparser-core | jar | 2.2.0 |
info.picocli : picocli | jar | 4.0.4 |
org.slf4j : slf4j-nop Optional | jar | 1.7.26 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.4.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.2 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
com.google.guava : guava | jar | 30.1-jre |