Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdorg.fusesource.maven.doxia |
ArtifactId | ArtifactIddoxia-linkcheck |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
doxia-linkcheck-1.2.pom | |
doxia-linkcheck-1.2.jar | 50 KB |
doxia-linkcheck-1.2-sources.jar | 28 KB |
doxia-linkcheck-1.2-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fusesource.maven.doxia/doxia-linkcheck/ -->
<dependency>
<groupId>org.fusesource.maven.doxia</groupId>
<artifactId>doxia-linkcheck</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.fusesource.maven.doxia/doxia-linkcheck/
implementation 'org.fusesource.maven.doxia:doxia-linkcheck:1.2'
// https://jarcasting.com/artifacts/org.fusesource.maven.doxia/doxia-linkcheck/
implementation ("org.fusesource.maven.doxia:doxia-linkcheck:1.2")
'org.fusesource.maven.doxia:doxia-linkcheck:jar:1.2'
<dependency org="org.fusesource.maven.doxia" name="doxia-linkcheck" rev="1.2">
<artifact name="doxia-linkcheck" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fusesource.maven.doxia', module='doxia-linkcheck', version='1.2')
)
libraryDependencies += "org.fusesource.maven.doxia" % "doxia-linkcheck" % "1.2"
[org.fusesource.maven.doxia/doxia-linkcheck "1.2"]