is not current version
Last Version 1.0.1

de.pal-software.tools:maven-git-autover 1.0.0

Automatically determine the artifact version from git tags.

Categories

Categories

Maven Build Tools Git Development Tools Version Controls Auto Application Layer Libs Code Generators
GroupId

GroupId

de.pal-software.tools
ArtifactId

ArtifactId

maven-git-autover
Version

Version

1.0.0
Type

Type

jar

Download maven-git-autover 1.0.0


<!-- https://jarcasting.com/artifacts/de.pal-software.tools/maven-git-autover/ -->
<dependency>
    <groupId>de.pal-software.tools</groupId>
    <artifactId>maven-git-autover</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.pal-software.tools/maven-git-autover/
implementation 'de.pal-software.tools:maven-git-autover:1.0.0'
// https://jarcasting.com/artifacts/de.pal-software.tools/maven-git-autover/
implementation ("de.pal-software.tools:maven-git-autover:1.0.0")
'de.pal-software.tools:maven-git-autover:jar:1.0.0'
<dependency org="de.pal-software.tools" name="maven-git-autover" rev="1.0.0">
  <artifact name="maven-git-autover" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.pal-software.tools', module='maven-git-autover', version='1.0.0')
)
libraryDependencies += "de.pal-software.tools" % "maven-git-autover" % "1.0.0"
[de.pal-software.tools/maven-git-autover "1.0.0"]