java-git-versioning
A library to determine project version based upon current git situation
License |
License |
---|---|
Categories |
CategoriesGit Development Tools Version Controls |
GroupId | GroupIdme.qoomon |
ArtifactId | ArtifactIdgit-versioning |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Git Versioning Library
Java Git Versioning Library
|
Filename | Size |
---|---|
git-versioning-1.0.0.pom | |
git-versioning-1.0.0.jar | 19 KB |
git-versioning-1.0.0-sources.jar | 9 KB |
git-versioning-1.0.0-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.qoomon/git-versioning/ -->
<dependency>
<groupId>me.qoomon</groupId>
<artifactId>git-versioning</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.qoomon/git-versioning/
implementation 'me.qoomon:git-versioning:1.0.0'
// https://jarcasting.com/artifacts/me.qoomon/git-versioning/
implementation ("me.qoomon:git-versioning:1.0.0")
'me.qoomon:git-versioning:jar:1.0.0'
<dependency org="me.qoomon" name="git-versioning" rev="1.0.0">
<artifact name="git-versioning" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.qoomon', module='git-versioning', version='1.0.0')
)
libraryDependencies += "me.qoomon" % "git-versioning" % "1.0.0"
[me.qoomon/git-versioning "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jgit : org.eclipse.jgit | jar | 5.2.1.201812262042-r |
me.qoomon : unchecked-exceptions | jar | 1.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-core | jar | 3.6.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.4.0 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.4.0 |
org.assertj : assertj-core | jar | 3.11.1 |
A library to determine project version based upon current git situation