MVN

com.free-now.sauron.plugins : maven-report

Maven & Gradle

Jul 21, 2021
22 stars

Sauron Maven Report · Sauron Maven Report Plugin

<dependency>
    <groupId>com.free-now.sauron.plugins</groupId>
    <artifactId>maven-report</artifactId>
    <version>0.0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.free-now.sauron.plugins : maven-report to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.21

All Versions

Choose a version of com.free-now.sauron.plugins : maven-report to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
maven-report-0.0.21
maven-report-0.0.20

How to add a dependency to Maven

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

<dependency>
    <groupId>com.free-now.sauron.plugins</groupId>
    <artifactId>maven-report</artifactId>
    <version>0.0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.free-now.sauron.plugins : maven-report gradle dependency to your build.gradle file:

implementation 'com.free-now.sauron.plugins:maven-report:0.0.21'

Gradle Kotlin DSL: Add the following com.free-now.sauron.plugins : maven-report gradle kotlin dependency to your build.gradle.kts file:

implementation("com.free-now.sauron.plugins:maven-report:0.0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.free-now.sauron.plugins : maven-report sbt scala dependency to your build.sbt file:

libraryDependencies += "com.free-now.sauron.plugins" % "maven-report" % "0.0.21"