is not current version
Last Version 0.1.9

com.github.danielflower.mavenplugins:maven-multi-module-releaser 0.1.8

A maven release plugin built for multi-maven-module git repositories allowing continuous deployment

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.danielflower.mavenplugins
ArtifactId

ArtifactId

maven-multi-module-releaser
Version

Version

0.1.8
Type

Type

pom

Download maven-multi-module-releaser 0.1.8


<!-- https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/ -->
<dependency>
    <groupId>com.github.danielflower.mavenplugins</groupId>
    <artifactId>maven-multi-module-releaser</artifactId>
    <version>0.1.8</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/
implementation 'com.github.danielflower.mavenplugins:maven-multi-module-releaser:0.1.8'
// https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/
implementation ("com.github.danielflower.mavenplugins:maven-multi-module-releaser:0.1.8")
'com.github.danielflower.mavenplugins:maven-multi-module-releaser:pom:0.1.8'
<dependency org="com.github.danielflower.mavenplugins" name="maven-multi-module-releaser" rev="0.1.8">
  <artifact name="maven-multi-module-releaser" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.danielflower.mavenplugins', module='maven-multi-module-releaser', version='0.1.8')
)
libraryDependencies += "com.github.danielflower.mavenplugins" % "maven-multi-module-releaser" % "0.1.8"
[com.github.danielflower.mavenplugins/maven-multi-module-releaser "0.1.8"]