<dependency> <groupId>maven</groupId> <artifactId>maven-changelog-plugin</artifactId> <version>1.9.1</version> </dependency>
implementation 'maven:maven-changelog-plugin:1.9.1'
implementation("maven:maven-changelog-plugin:1.9.1")
libraryDependencies += "maven" % "maven-changelog-plugin" % "1.9.1"
@Grapes( @Grab(group='maven', module='maven-changelog-plugin', version='1.9.1') )
<dependency org="maven" name="maven-changelog-plugin" rev="1.9.1" />
[maven/maven-changelog-plugin "1.9.1"]
'maven:maven-changelog-plugin:jar:1.9.1'
compile
|-- ant:ant:1.6.5
|-- commons-jelly:commons-jelly-tags-jsl:1.0
|-- commons-jelly:commons-jelly-tags-xml:1.1
|-- commons-logging:commons-logging:1.0.4
|-- junit:junit:3.8.1
|-- org.netbeans.lib:cvsclient:20051129
|-- regexp:regexp:1.3
|-- maven:maven:1.0.2
|-- maven:maven-model:3.0.1
|-- xerces:xercesImpl:2.6.2
|-- xerces:xmlParserAPIs:2.6.2