Download doxia-linkcheck-1.2.1.jar file - Jar d

Jar examples for d:doxia-linkcheck

Description

Doxia linkcheck is a tool to check the validity of links.

You can download jar file doxia-linkcheck 1.2.1 in this page.

License

Apache License

Build File

You can use the following script to add doxia-linkcheck-1.2.1.jar to your project.

<dependency>
   <groupId>org.fusesource.maven.doxia</groupId>
   <artifactId>doxia-linkcheck</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'org.fusesource.maven.doxia', name: 'doxia-linkcheck', version: '1.2.1'
libraryDependencies += "org.fusesource.maven.doxia" % "doxia-linkcheck" % "1.2.1"
<dependency org="org.fusesource.maven.doxia" name="doxia-linkcheck" rev="1.2.1"/>
@Grapes(@Grab(group='org.fusesource.maven.doxia', module='doxia-linkcheck', version='1.2.1'))
'org.fusesource.maven.doxia:doxia-linkcheck:jar:1.2.1'

Download

Click the following link to download the jar file.

doxia-linkcheck-1.2.1-javadoc.jar
doxia-linkcheck-1.2.1-sources.jar
doxia-linkcheck-1.2.1.jar
doxia-linkcheck-1.2.1.pom



Related Tutorials