MVN

io.github.nefilim.gradle : semver-plugin

Maven & Gradle

Apr 07, 2022
1 usages
7 stars

semver-plugin · Git Flow Semver Gradle Plugin

<dependency>
    <groupId>io.github.nefilim.gradle</groupId>
    <artifactId>semver-plugin</artifactId>
    <version>io.github.nefilim.gradle.semver-plugin.gradle.plugin</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nefilim.gradle : semver-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: io.github.nefilim.gradle.semver-plugin.gradle.plugin

All Versions

Choose a version of io.github.nefilim.gradle : semver-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
semver-plugin-0.3.11
semver-plugin-0.3.10
semver-plugin-0.3.9
semver-plugin-0.3.8
semver-plugin-0.3.5
semver-plugin-0.3.4
semver-plugin-0.3.3
semver-plugin-0.3.2
semver-plugin-0.3.1
semver-plugin-0.3.0
0.2.x
semver-plugin-0.2.2
semver-plugin-0.2.1
semver-plugin-0.2.0
0.1.x
semver-plugin-0.1.8
semver-plugin-0.1.7
semver-plugin-0.1.6
semver-plugin-0.1.5
semver-plugin-0.1.4
semver-plugin-0.1.3
semver-plugin-0.1.2
semver-plugin-0.1.1
semver-plugin-0.1.0
io.github.x
semver-plugin-io.github.nefilim.gradle.semver-plugin.gradle.plugin
0.0.x
semver-plugin-0.0.28
semver-plugin-0.0.27

How to add a dependency to Maven

Add the following io.github.nefilim.gradle : semver-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.nefilim.gradle</groupId>
    <artifactId>semver-plugin</artifactId>
    <version>io.github.nefilim.gradle.semver-plugin.gradle.plugin</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.nefilim.gradle : semver-plugin gradle dependency to your build.gradle file:

implementation 'io.github.nefilim.gradle:semver-plugin:io.github.nefilim.gradle.semver-plugin.gradle.plugin'

Gradle Kotlin DSL: Add the following io.github.nefilim.gradle : semver-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.nefilim.gradle:semver-plugin:io.github.nefilim.gradle.semver-plugin.gradle.plugin")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.nefilim.gradle : semver-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.nefilim.gradle" % "semver-plugin" % "io.github.nefilim.gradle.semver-plugin.gradle.plugin"

Advertisement