<dependency> <groupId>maven</groupId> <artifactId>maven-changelog-plugin</artifactId> <version>1.7</version> </dependency>
implementation 'maven:maven-changelog-plugin:1.7'
implementation("maven:maven-changelog-plugin:1.7")
libraryDependencies += "maven" % "maven-changelog-plugin" % "1.7"
@Grapes( @Grab(group='maven', module='maven-changelog-plugin', version='1.7') )
<dependency org="maven" name="maven-changelog-plugin" rev="1.7" />
[maven/maven-changelog-plugin "1.7"]
'maven:maven-changelog-plugin:jar:1.7'
compile
|-- ant:ant:1.5.3-1
|-- commons-jelly:commons-jelly-tags-jsl:20030211.143151
|-- commons-jelly:commons-jelly-tags-xml:20030211.142705
|-- commons-logging:commons-logging:1.0.3
|-- junit:junit:3.8.1
|-- netbeans:cvslib:3.6
|-- regexp:regexp:1.2
|-- maven:maven:1.0-rc2
|-- xerces:xerces:2.4.0
|-- xml-apis:xml-apis:1.0.b2