<dependency> <groupId>maven</groupId> <artifactId>maven-jxr-plugin</artifactId> <version>1.4.2</version> </dependency>
implementation 'maven:maven-jxr-plugin:1.4.2'
implementation("maven:maven-jxr-plugin:1.4.2")
libraryDependencies += "maven" % "maven-jxr-plugin" % "1.4.2"
@Grapes( @Grab(group='maven', module='maven-jxr-plugin', version='1.4.2') )
<dependency org="maven" name="maven-jxr-plugin" rev="1.4.2" />
[maven/maven-jxr-plugin "1.4.2"]
'maven:maven-jxr-plugin:jar:1.4.2'
compile
|-- ant:ant:1.5.3-1
|-- commons-jelly:commons-jelly:20030902.160215
|-- commons-jelly:commons-jelly-tags-jsl:20030211.143151
|-- commons-jelly:commons-jelly-tags-xml:20030211.142705
|-- commons-lang:commons-lang:2.0
|-- dom4j:dom4j:1.4-dev-8
|-- xerces:xerces:2.4.0
|-- oro:oro:2.0.7
|-- commons-logging:commons-logging:1.0.3
|-- xml-apis:xml-apis:1.0.b2