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