<dependency> <groupId>xdoclet</groupId> <artifactId>xdoclet-mx4j-module</artifactId> <version>1.2.3</version> </dependency>
implementation 'xdoclet:xdoclet-mx4j-module:1.2.3'
implementation("xdoclet:xdoclet-mx4j-module:1.2.3")
libraryDependencies += "xdoclet" % "xdoclet-mx4j-module" % "1.2.3"
@Grapes( @Grab(group='xdoclet', module='xdoclet-mx4j-module', version='1.2.3') )
<dependency org="xdoclet" name="xdoclet-mx4j-module" rev="1.2.3" />
[xdoclet/xdoclet-mx4j-module "1.2.3"]
'xdoclet:xdoclet-mx4j-module:jar:1.2.3'
compile
|-- xdoclet:xdoclet:1.2.3