d

documentation

Utilities to help with documentation
Files download
File Operation
documentation-0.3.37.jar download
documentation-0.3.37.pom download
documentation-0.3.37-sources.jar download
Apache Maven
<dependency>
  <groupId>no.mnemonic.services.common</groupId>
  <artifactId>documentation</artifactId>
  <version>0.3.37</version>
</dependency>
Gradle Groovy
implementation 'no.mnemonic.services.common:documentation:0.3.37'
Gradle Kotlin
implementation("no.mnemonic.services.common:documentation:0.3.37")
Scala SBT
libraryDependencies += "no.mnemonic.services.common" % "documentation" % "0.3.37"
Groovy Grape
@Grapes(
  @Grab(group='no.mnemonic.services.common', module='documentation', version='0.3.37')
)
Apache Ivy
<dependency org="no.mnemonic.services.common" name="documentation" rev="0.3.37" />
Leiningen
[no.mnemonic.services.common/documentation "0.3.37"]
Apache Buildr
'no.mnemonic.services.common:documentation:jar:0.3.37'