MVN

com.spotify.ruler : ruler-common

Maven & Gradle

Aug 09, 2023
1.1k stars

Ruler common · Common code used by the Ruler Gradle plugin & Ruler CLI

<dependency>
    <groupId>com.spotify.ruler</groupId>
    <artifactId>ruler-common</artifactId>
    <version>2.0.0-alpha-11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.spotify.ruler : ruler-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0-alpha-11
  • Latest Alpha: 2.0.0-alpha-11

All Versions

Choose a version of com.spotify.ruler : ruler-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
ruler-common-2.0.0-alpha-11
ruler-common-2.0.0-alpha-10
ruler-common-2.0.0-alpha-9
ruler-common-2.0.0-alpha-8
ruler-common-2.0.0-alpha-7
ruler-common-2.0.0-alpha-6
ruler-common-2.0.0-alpha-5
ruler-common-2.0.0-alpha-4
ruler-common-2.0.0-alpha-3
ruler-common-2.0.0-alpha-2
ruler-common-2.0.0-alpha-1

How to add a dependency to Maven

Add the following com.spotify.ruler : ruler-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.spotify.ruler</groupId>
    <artifactId>ruler-common</artifactId>
    <version>2.0.0-alpha-11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.spotify.ruler : ruler-common gradle dependency to your build.gradle file:

implementation 'com.spotify.ruler:ruler-common:2.0.0-alpha-11'

Gradle Kotlin DSL: Add the following com.spotify.ruler : ruler-common gradle kotlin dependency to your build.gradle.kts file:

implementation("com.spotify.ruler:ruler-common:2.0.0-alpha-11")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.spotify.ruler : ruler-common sbt scala dependency to your build.sbt file:

libraryDependencies += "com.spotify.ruler" % "ruler-common" % "2.0.0-alpha-11"

Advertisement