Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdmaven |
ArtifactId | ArtifactIdmaven-multiproject-plugin |
Last Version | Last Version20030723.020015 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
<!-- https://jarcasting.com/artifacts/maven/maven-multiproject-plugin/ -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-multiproject-plugin</artifactId>
<version>20030723.020015</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-multiproject-plugin/
implementation 'maven:maven-multiproject-plugin:20030723.020015'
// https://jarcasting.com/artifacts/maven/maven-multiproject-plugin/
implementation ("maven:maven-multiproject-plugin:20030723.020015")
'maven:maven-multiproject-plugin:jar:20030723.020015'
<dependency org="maven" name="maven-multiproject-plugin" rev="20030723.020015">
<artifact name="maven-multiproject-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-multiproject-plugin', version='20030723.020015')
)
libraryDependencies += "maven" % "maven-multiproject-plugin" % "20030723.020015"
[maven/maven-multiproject-plugin "20030723.020015"]