MVN

zone.gryphon : maven-version-comparison-rules

Maven & Gradle

Aug 10, 2019

Custom rules for comparing maven versions, for use by the versions-maven-plugin

<dependency>
    <groupId>zone.gryphon</groupId>
    <artifactId>maven-version-comparison-rules</artifactId>
    <version>1.0.2-c7aee5e</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of zone.gryphon : maven-version-comparison-rules to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2-c7aee5e

All Versions

Choose a version of zone.gryphon : maven-version-comparison-rules to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
maven-version-comparison-rules-1.0.2-c7aee5e

How to add a dependency to Maven

Add the following zone.gryphon : maven-version-comparison-rules maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>zone.gryphon</groupId>
    <artifactId>maven-version-comparison-rules</artifactId>
    <version>1.0.2-c7aee5e</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following zone.gryphon : maven-version-comparison-rules gradle dependency to your build.gradle file:

implementation 'zone.gryphon:maven-version-comparison-rules:1.0.2-c7aee5e'

Gradle Kotlin DSL: Add the following zone.gryphon : maven-version-comparison-rules gradle kotlin dependency to your build.gradle.kts file:

implementation("zone.gryphon:maven-version-comparison-rules:1.0.2-c7aee5e")

How to add a dependency to SBT Scala

SBT Scala: Add the following zone.gryphon : maven-version-comparison-rules sbt scala dependency to your build.sbt file:

libraryDependencies += "zone.gryphon" % "maven-version-comparison-rules" % "1.0.2-c7aee5e"

Advertisement