MVN

fr.nathan818.maven.plugins : enhanced-maven-source-plugin

Maven & Gradle

Feb 07, 2022
0 stars

Enhanced Maven Source Plugin · A fork of the Maven Source Plugin with more options.

<dependency>
    <groupId>fr.nathan818.maven.plugins</groupId>
    <artifactId>enhanced-maven-source-plugin</artifactId>
    <version>3.2.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.nathan818.maven.plugins : enhanced-maven-source-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.1.0

All Versions

Choose a version of fr.nathan818.maven.plugins : enhanced-maven-source-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
enhanced-maven-source-plugin-3.2.1.0

How to add a dependency to Maven

Add the following fr.nathan818.maven.plugins : enhanced-maven-source-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.nathan818.maven.plugins</groupId>
    <artifactId>enhanced-maven-source-plugin</artifactId>
    <version>3.2.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.nathan818.maven.plugins : enhanced-maven-source-plugin gradle dependency to your build.gradle file:

implementation 'fr.nathan818.maven.plugins:enhanced-maven-source-plugin:3.2.1.0'

Gradle Kotlin DSL: Add the following fr.nathan818.maven.plugins : enhanced-maven-source-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.nathan818.maven.plugins:enhanced-maven-source-plugin:3.2.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.nathan818.maven.plugins : enhanced-maven-source-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.nathan818.maven.plugins" % "enhanced-maven-source-plugin" % "3.2.1.0"

Advertisement