MVN

org.danilopianini : git-sensitive-semantic-versioning

Maven & Gradle

Jul 20, 2021

git-sensitive-semantic-versioning · No description provided

<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>git-sensitive-semantic-versioning</artifactId>
    <version>0.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.danilopianini : git-sensitive-semantic-versioning to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.danilopianini : git-sensitive-semantic-versioning to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
git-sensitive-semantic-versioning-0.3.0
0.2.x
git-sensitive-semantic-versioning-0.2.3-dev01-6f23ea8
git-sensitive-semantic-versioning-0.2.3
git-sensitive-semantic-versioning-0.2.2-dev38-64ac7d3
git-sensitive-semantic-versioning-0.2.2-dev38-08da546
git-sensitive-semantic-versioning-0.2.2-dev38-d07efb9
git-sensitive-semantic-versioning-0.2.2-dev37-3ab7d18
git-sensitive-semantic-versioning-0.2.2-dev37-5df30f3
git-sensitive-semantic-versioning-0.2.2-dev35-f8c9cbd
git-sensitive-semantic-versioning-0.2.2-dev33-b8934eb
git-sensitive-semantic-versioning-0.2.2-dev33-0d9fe9a
git-sensitive-semantic-versioning-0.2.2-dev32-955152c
git-sensitive-semantic-versioning-0.2.2-dev32-54c9026
git-sensitive-semantic-versioning-0.2.2-dev2z-99d11ce
git-sensitive-semantic-versioning-0.2.2-dev2z-1143fd6
git-sensitive-semantic-versioning-0.2.2-dev2z-a2e0719
git-sensitive-semantic-versioning-0.2.2-dev15+ab15116
0.1.x
git-sensitive-semantic-versioning-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.danilopianini</groupId>
    <artifactId>git-sensitive-semantic-versioning</artifactId>
    <version>0.3.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.danilopianini:git-sensitive-semantic-versioning:0.3.0'

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

implementation("org.danilopianini:git-sensitive-semantic-versioning:0.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.danilopianini : git-sensitive-semantic-versioning sbt scala dependency to your build.sbt file:

libraryDependencies += "org.danilopianini" % "git-sensitive-semantic-versioning" % "0.3.0"