MVN

maven : maven-linkcheck-plugin

Maven & Gradle

May 07, 2007

Maven LinkCheck Plugin · Check xdoc links. Requires Maven 1.0 RC2.

<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-linkcheck-plugin</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of maven : maven-linkcheck-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of maven : maven-linkcheck-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
maven-linkcheck-plugin-1.4.1
1.4
maven-linkcheck-plugin-1.4
1.3.x
maven-linkcheck-plugin-1.3.4
maven-linkcheck-plugin-1.3.3
maven-linkcheck-plugin-1.3.2
maven-linkcheck-plugin-1.3.1
1.3
maven-linkcheck-plugin-1.3
1.2
maven-linkcheck-plugin-1.2

How to add a dependency to Maven

Add the following maven : maven-linkcheck-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-linkcheck-plugin</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following maven : maven-linkcheck-plugin gradle dependency to your build.gradle file:

implementation 'maven:maven-linkcheck-plugin:1.4.1'

Gradle Kotlin DSL: Add the following maven : maven-linkcheck-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("maven:maven-linkcheck-plugin:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following maven : maven-linkcheck-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "maven" % "maven-linkcheck-plugin" % "1.4.1"

Advertisement

Dependencies from Group

Jun 25, 2007
32 usages
Apr 25, 2007
16 usages
Nov 06, 2006
8 usages
Jul 20, 2006
8 usages
Jun 23, 2006
8 usages

Discover Dependencies