MVN

org.john-tipper.gradle : git-semantic-versioning

Maven & Gradle

Mar 17, 2017
2 stars

git-semantic-versioning · git-semantic-versioning applies semantic versioning to a Gradle version and will allow CI to tag branches with the version

<dependency>
    <groupId>org.john-tipper.gradle</groupId>
    <artifactId>git-semantic-versioning</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.john-tipper.gradle : git-semantic-versioning to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of org.john-tipper.gradle : git-semantic-versioning to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
git-semantic-versioning-1.1
1.0
git-semantic-versioning-1.0

How to add a dependency to Maven

Add the following org.john-tipper.gradle : git-semantic-versioning maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.john-tipper.gradle</groupId>
    <artifactId>git-semantic-versioning</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.john-tipper.gradle : git-semantic-versioning gradle dependency to your build.gradle file:

implementation 'org.john-tipper.gradle:git-semantic-versioning:1.1'

Gradle Kotlin DSL: Add the following org.john-tipper.gradle : git-semantic-versioning gradle kotlin dependency to your build.gradle.kts file:

implementation("org.john-tipper.gradle:git-semantic-versioning:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.john-tipper.gradle : git-semantic-versioning sbt scala dependency to your build.sbt file:

libraryDependencies += "org.john-tipper.gradle" % "git-semantic-versioning" % "1.1"

Advertisement

Dependencies from Group

Discover Dependencies

Mar 08, 2023
17 usages
1.2k stars
Dec 17, 2021
1 usages
50 stars
Jul 05, 2017
27 stars
Jan 11, 2018
2 usages
56 stars
Nov 25, 2018
3 usages
1.7k stars
Mar 30, 2017
5 stars
Nov 22, 2019
7 usages
9.2k stars
Nov 10, 2021
18 usages
331 stars
May 30, 2017