<dependency>
<groupId>com.github.nruzic.org.apache.maven.doxia</groupId>
<artifactId>doxia-sitetools</artifactId>
<version>1.8.1-patch1</version>
</dependency>
implementation group: 'com.github.nruzic.org.apache.maven.doxia', name: 'doxia-sitetools', version: '1.8.1-patch1'
implementation 'com.github.nruzic.org.apache.maven.doxia:doxia-sitetools:1.8.1-patch1'
implementation("com.github.nruzic.org.apache.maven.doxia:doxia-sitetools:1.8.1-patch1")
libraryDependencies += "com.github.nruzic.org.apache.maven.doxia" % "doxia-sitetools" % "1.8.1-patch1"
<dependency org="com.github.nruzic.org.apache.maven.doxia" name="doxia-sitetools" rev="1.8.1-patch1"/>
@Grapes(
@Grab(group='com.github.nruzic.org.apache.maven.doxia', module='doxia-sitetools', version='1.8.1-patch1')
)
[com.github.nruzic.org.apache.maven.doxia/doxia-sitetools "1.8.1-patch1"]
'com.github.nruzic.org.apache.maven.doxia:doxia-sitetools:jar:1.8.1-patch1'