<dependency>
<groupId>com.github.danielflower.mavenplugins</groupId>
<artifactId>maven-multi-module-releaser</artifactId>
<version>0.1.9</version>
</dependency>
implementation group: 'com.github.danielflower.mavenplugins', name: 'maven-multi-module-releaser', version: '0.1.9'
implementation 'com.github.danielflower.mavenplugins:maven-multi-module-releaser:0.1.9'
implementation("com.github.danielflower.mavenplugins:maven-multi-module-releaser:0.1.9")
libraryDependencies += "com.github.danielflower.mavenplugins" % "maven-multi-module-releaser" % "0.1.9"
<dependency org="com.github.danielflower.mavenplugins" name="maven-multi-module-releaser" rev="0.1.9"/>
@Grapes(
@Grab(group='com.github.danielflower.mavenplugins', module='maven-multi-module-releaser', version='0.1.9')
)
[com.github.danielflower.mavenplugins/maven-multi-module-releaser "0.1.9"]
'com.github.danielflower.mavenplugins:maven-multi-module-releaser:jar:0.1.9'