MVN

com.redmadrobot.versions : versions-plugins

Maven & Gradle

Jan 21, 2022
67 stars

versions-plugins · Version catalog with common Gradle plugins

<dependency>
    <groupId>com.redmadrobot.versions</groupId>
    <artifactId>versions-plugins</artifactId>
    <version>2022.01.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redmadrobot.versions : versions-plugins to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2022.01.21

All Versions

Choose a version of com.redmadrobot.versions : versions-plugins to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2022.01.x
versions-plugins-2022.01.21
versions-plugins-2022.01.20
2021.06.x
versions-plugins-2021.06.12

How to add a dependency to Maven

Add the following com.redmadrobot.versions : versions-plugins maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redmadrobot.versions</groupId>
    <artifactId>versions-plugins</artifactId>
    <version>2022.01.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redmadrobot.versions : versions-plugins gradle dependency to your build.gradle file:

implementation 'com.redmadrobot.versions:versions-plugins:2022.01.21'

Gradle Kotlin DSL: Add the following com.redmadrobot.versions : versions-plugins gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redmadrobot.versions:versions-plugins:2022.01.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redmadrobot.versions : versions-plugins sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redmadrobot.versions" % "versions-plugins" % "2022.01.21"