Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdplexus |
ArtifactId | ArtifactIdmaven-plexus-plugin |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
maven-plexus-plugin-0.4.pom | |
maven-plexus-plugin-0.4.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/plexus/maven-plexus-plugin/ -->
<dependency>
<groupId>plexus</groupId>
<artifactId>maven-plexus-plugin</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/maven-plexus-plugin/
implementation 'plexus:maven-plexus-plugin:0.4'
// https://jarcasting.com/artifacts/plexus/maven-plexus-plugin/
implementation ("plexus:maven-plexus-plugin:0.4")
'plexus:maven-plexus-plugin:jar:0.4'
<dependency org="plexus" name="maven-plexus-plugin" rev="0.4">
<artifact name="maven-plexus-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='maven-plexus-plugin', version='0.4')
)
libraryDependencies += "plexus" % "maven-plexus-plugin" % "0.4"
[plexus/maven-plexus-plugin "0.4"]