License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.danielflower.mavenplugins |
ArtifactId | ArtifactIdmaven-multi-module-releaser |
Version | Version0.1.9 |
Type | Typepom |
Description |
DescriptionThe Multi Module Maven Release Plugin
A maven release plugin built for multi-maven-module git repositories allowing continuous deployment
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-multi-module-releaser-0.1.9.pom | 5 KB |
Browse |
<!-- 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.9</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.9'
// https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/maven-multi-module-releaser/
implementation ("com.github.danielflower.mavenplugins:maven-multi-module-releaser:0.1.9")
'com.github.danielflower.mavenplugins:maven-multi-module-releaser:pom:0.1.9'
<dependency org="com.github.danielflower.mavenplugins" name="maven-multi-module-releaser" rev="0.1.9">
<artifact name="maven-multi-module-releaser" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.danielflower.mavenplugins', module='maven-multi-module-releaser', version='0.1.9')
)
libraryDependencies += "com.github.danielflower.mavenplugins" % "maven-multi-module-releaser" % "0.1.9"
[com.github.danielflower.mavenplugins/maven-multi-module-releaser "0.1.9"]