<dependency>
<groupId>io.github.tobiashochguertel</groupId>
<artifactId>documentation-maven-plugin-reactor</artifactId>
<version>0.0.10</version>
</dependency>
implementation group: 'io.github.tobiashochguertel', name: 'documentation-maven-plugin-reactor', version: '0.0.10'
implementation 'io.github.tobiashochguertel:documentation-maven-plugin-reactor:0.0.10'
implementation("io.github.tobiashochguertel:documentation-maven-plugin-reactor:0.0.10")
libraryDependencies += "io.github.tobiashochguertel" % "documentation-maven-plugin-reactor" % "0.0.10"
<dependency org="io.github.tobiashochguertel" name="documentation-maven-plugin-reactor" rev="0.0.10"/>
@Grapes(
@Grab(group='io.github.tobiashochguertel', module='documentation-maven-plugin-reactor', version='0.0.10')
)
[io.github.tobiashochguertel/documentation-maven-plugin-reactor "0.0.10"]
'io.github.tobiashochguertel:documentation-maven-plugin-reactor:jar:0.0.10'