MVN

fr.brouillard.oss : jgitver-maven-plugin

Maven & Gradle

Dec 18, 2021
1 usages
147 stars

jgitver Maven Plugin · standalone maven plugin to automatically define versions using jgitver

<dependency>
    <groupId>fr.brouillard.oss</groupId>
    <artifactId>jgitver-maven-plugin</artifactId>
    <version>1.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.brouillard.oss : jgitver-maven-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.0
  • Latest Alpha: 1.2.0-alpha01

All Versions

Choose a version of fr.brouillard.oss : jgitver-maven-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
jgitver-maven-plugin-1.9.0
1.8.x
jgitver-maven-plugin-1.8.0
1.7.x
jgitver-maven-plugin-1.7.1
jgitver-maven-plugin-1.7.0
1.6.x
jgitver-maven-plugin-1.6.0
1.5.x
jgitver-maven-plugin-1.5.1
jgitver-maven-plugin-1.5.0
1.4.x
jgitver-maven-plugin-1.4.5
jgitver-maven-plugin-1.4.4
jgitver-maven-plugin-1.4.3
jgitver-maven-plugin-1.4.2
jgitver-maven-plugin-1.4.1
jgitver-maven-plugin-1.4.0
1.3.x
jgitver-maven-plugin-1.3.0
jgitver-maven-plugin-1.3.0-issue_89
1.2.x
jgitver-maven-plugin-1.2.1
jgitver-maven-plugin-1.2.0
jgitver-maven-plugin-1.2.0-alpha01
1.1.x
jgitver-maven-plugin-1.1.8
jgitver-maven-plugin-1.1.7
jgitver-maven-plugin-1.1.6
jgitver-maven-plugin-1.1.5
jgitver-maven-plugin-1.1.4
jgitver-maven-plugin-1.1.3
jgitver-maven-plugin-1.1.2
jgitver-maven-plugin-1.1.1
jgitver-maven-plugin-1.1.0
1.0.x
jgitver-maven-plugin-1.0.0
0.4.x
jgitver-maven-plugin-0.4.0
0.3.x
jgitver-maven-plugin-0.3.1
jgitver-maven-plugin-0.3.0
jgitver-maven-plugin-0.3.0-alpha4
jgitver-maven-plugin-0.3.0-alpha3
jgitver-maven-plugin-0.3.0-alpha2
jgitver-maven-plugin-0.3.0-alpha1
0.2.x
jgitver-maven-plugin-0.2.0-alpha2
jgitver-maven-plugin-0.2.0-alpha1
0.1.x
jgitver-maven-plugin-0.1.1
jgitver-maven-plugin-0.1.0
0.0.x
jgitver-maven-plugin-0.0.3
jgitver-maven-plugin-0.0.2
jgitver-maven-plugin-0.0.1

How to add a dependency to Maven

Add the following fr.brouillard.oss : jgitver-maven-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.brouillard.oss</groupId>
    <artifactId>jgitver-maven-plugin</artifactId>
    <version>1.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.brouillard.oss : jgitver-maven-plugin gradle dependency to your build.gradle file:

implementation 'fr.brouillard.oss:jgitver-maven-plugin:1.9.0'

Gradle Kotlin DSL: Add the following fr.brouillard.oss : jgitver-maven-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.brouillard.oss:jgitver-maven-plugin:1.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.brouillard.oss : jgitver-maven-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.brouillard.oss" % "jgitver-maven-plugin" % "1.9.0"

Advertisement