Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.danielflower.mavenplugins |
ArtifactId | ArtifactIdmaven-multi-module-releaser |
Version | Version0.1.8 |
Type | Typepom |
Filename | Size |
---|---|
maven-multi-module-releaser-0.1.8.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.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"]