Categories |
CategoriesMaven Build Tools React User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdmaven |
ArtifactId | ArtifactIdmaven-reactor-plugin |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
maven-reactor-plugin-1.0.pom | |
maven-reactor-plugin-1.0.jar | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/maven/maven-reactor-plugin/ -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-reactor-plugin</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-reactor-plugin/
implementation 'maven:maven-reactor-plugin:1.0'
// https://jarcasting.com/artifacts/maven/maven-reactor-plugin/
implementation ("maven:maven-reactor-plugin:1.0")
'maven:maven-reactor-plugin:jar:1.0'
<dependency org="maven" name="maven-reactor-plugin" rev="1.0">
<artifact name="maven-reactor-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-reactor-plugin', version='1.0')
)
libraryDependencies += "maven" % "maven-reactor-plugin" % "1.0"
[maven/maven-reactor-plugin "1.0"]