MVN

io.github.jahrim.wartremover : io.github.jahrim.wartremover.gradle.plugin

Maven & Gradle

Jun 22, 2023
1 stars

WartRemover Gradle Plugin · A plugin for applying WartRemover code linting to scala, by means of a configuration file.

<dependency>
    <groupId>io.github.jahrim.wartremover</groupId>
    <artifactId>io.github.jahrim.wartremover.gradle.plugin</artifactId>
    <version>0.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.jahrim.wartremover : io.github.jahrim.wartremover.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.1.2

All Versions

Choose a version of io.github.jahrim.wartremover : io.github.jahrim.wartremover.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.1.x
io.github.jahrim.wartremover.gradle.plugin-0.1.2
io.github.jahrim.wartremover.gradle.plugin-0.1.1-dev03-0614c5e
io.github.jahrim.wartremover.gradle.plugin-0.1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.jahrim.wartremover</groupId>
    <artifactId>io.github.jahrim.wartremover.gradle.plugin</artifactId>
    <version>0.1.2</version>
</dependency>