MVN

io.github.westonal : no-desserts

Maven & Gradle

Jan 10, 2022
0 stars

No Desserts Linter · Enforces zero usages of VERSION_CODE constants

<dependency>
    <groupId>io.github.westonal</groupId>
    <artifactId>no-desserts</artifactId>
    <version>0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.westonal : no-desserts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14

All Versions

Choose a version of io.github.westonal : no-desserts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14
no-desserts-0.14
0.13
no-desserts-0.13
0.12
no-desserts-0.12
0.11
no-desserts-0.11
0.1
no-desserts-0.1
0.0.x
no-desserts-0.0.1

How to add a dependency to Maven

Add the following io.github.westonal : no-desserts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.westonal</groupId>
    <artifactId>no-desserts</artifactId>
    <version>0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.westonal : no-desserts gradle dependency to your build.gradle file:

implementation 'io.github.westonal:no-desserts:0.14'

Gradle Kotlin DSL: Add the following io.github.westonal : no-desserts gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.westonal:no-desserts:0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.westonal : no-desserts sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.westonal" % "no-desserts" % "0.14"