MVN

win.sa4zet : maven-release-version-date-policy

Maven & Gradle

Jul 20, 2020
0 stars

Maven Release Version Date Policy · Release version policy for use with Maven's maven-release-plugin, specifies a version scheme: year.month.day.minor

<dependency>
    <groupId>win.sa4zet</groupId>
    <artifactId>maven-release-version-date-policy</artifactId>
    <version>2020.7.20.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of win.sa4zet : maven-release-version-date-policy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2020.7.20.2

All Versions

Choose a version of win.sa4zet : maven-release-version-date-policy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2020.7.x
maven-release-version-date-policy-2020.7.20.2
maven-release-version-date-policy-2020.7.20.1

How to add a dependency to Maven

Add the following win.sa4zet : maven-release-version-date-policy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>win.sa4zet</groupId>
    <artifactId>maven-release-version-date-policy</artifactId>
    <version>2020.7.20.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following win.sa4zet : maven-release-version-date-policy gradle dependency to your build.gradle file:

implementation 'win.sa4zet:maven-release-version-date-policy:2020.7.20.2'

Gradle Kotlin DSL: Add the following win.sa4zet : maven-release-version-date-policy gradle kotlin dependency to your build.gradle.kts file:

implementation("win.sa4zet:maven-release-version-date-policy:2020.7.20.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following win.sa4zet : maven-release-version-date-policy sbt scala dependency to your build.sbt file:

libraryDependencies += "win.sa4zet" % "maven-release-version-date-policy" % "2020.7.20.2"