d

documaid

DocuMaid is an easy to use plugin to reference code in your documentation and to validate that those links always exist. And you also can insert your current project's version anywhere.
https://github.com/quantummaid/documaid
Apache License, Version 2.0
Richard Hauswald
Richard Hauswald
Files download
File Operation
documaid-0.9.45.jar download
documaid-0.9.45.pom download
Apache Maven
<dependency>
  <groupId>de.quantummaid</groupId>
  <artifactId>documaid</artifactId>
  <version>0.9.45</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'de.quantummaid:documaid:0.9.45'
Gradle Kotlin
implementation("de.quantummaid:documaid:0.9.45")
Scala SBT
libraryDependencies += "de.quantummaid" % "documaid" % "0.9.45"
Groovy Grape
@Grapes(
  @Grab(group='de.quantummaid', module='documaid', version='0.9.45')
)
Apache Ivy
<dependency org="de.quantummaid" name="documaid" rev="0.9.45" />
Leiningen
[de.quantummaid/documaid "0.9.45"]
Apache Buildr
'de.quantummaid:documaid:jar:0.9.45'