MVN

io.github.solven-eu.cleanthat : spotless

Maven & Gradle

Jun 07, 2023
23 stars
<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>spotless</artifactId>
    <version>2.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.solven-eu.cleanthat : spotless to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.17

All Versions

Choose a version of io.github.solven-eu.cleanthat : spotless to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.17
spotless-2.17
2.16
spotless-2.16
2.15
spotless-2.15
2.14
spotless-2.14
2.13
spotless-2.13
2.12
spotless-2.12
2.11
spotless-2.11
2.10
spotless-2.10
2.9
spotless-2.9
2.8
spotless-2.8
2.7
spotless-2.7
2.6
spotless-2.6
2.5
spotless-2.5
2.4
spotless-2.4
2.3
spotless-2.3
2.2
spotless-2.2
2.1
spotless-2.1
2.0
spotless-2.0

How to add a dependency to Maven

Add the following io.github.solven-eu.cleanthat : spotless maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.solven-eu.cleanthat</groupId>
    <artifactId>spotless</artifactId>
    <version>2.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.solven-eu.cleanthat : spotless gradle dependency to your build.gradle file:

implementation 'io.github.solven-eu.cleanthat:spotless:2.17'

Gradle Kotlin DSL: Add the following io.github.solven-eu.cleanthat : spotless gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.solven-eu.cleanthat:spotless:2.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.solven-eu.cleanthat : spotless sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.solven-eu.cleanthat" % "spotless" % "2.17"