is not current version
Last Version 0.6

plexus:maven-plexus-plugin 0.3


Categories

Categories

Maven Build Tools
GroupId

GroupId

plexus
ArtifactId

ArtifactId

maven-plexus-plugin
Version

Version

0.3
Type

Type

jar

Download maven-plexus-plugin 0.3


<!-- https://jarcasting.com/artifacts/plexus/maven-plexus-plugin/ -->
<dependency>
    <groupId>plexus</groupId>
    <artifactId>maven-plexus-plugin</artifactId>
    <version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/plexus/maven-plexus-plugin/
implementation 'plexus:maven-plexus-plugin:0.3'
// https://jarcasting.com/artifacts/plexus/maven-plexus-plugin/
implementation ("plexus:maven-plexus-plugin:0.3")
'plexus:maven-plexus-plugin:jar:0.3'
<dependency org="plexus" name="maven-plexus-plugin" rev="0.3">
  <artifact name="maven-plexus-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='plexus', module='maven-plexus-plugin', version='0.3')
)
libraryDependencies += "plexus" % "maven-plexus-plugin" % "0.3"
[plexus/maven-plexus-plugin "0.3"]