Files download
File Operation
maven-plugin-1.4.1.jar download
maven-plugin-1.4.1.pom download
maven-plugin-1.4.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.wghzyy</groupId>
  <artifactId>maven-plugin</artifactId>
  <version>1.4.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'io.github.wghzyy:maven-plugin:1.4.1'
Gradle Kotlin
implementation("io.github.wghzyy:maven-plugin:1.4.1")
Scala SBT
libraryDependencies += "io.github.wghzyy" % "maven-plugin" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.wghzyy', module='maven-plugin', version='1.4.1')
)
Apache Ivy
<dependency org="io.github.wghzyy" name="maven-plugin" rev="1.4.1" />
Leiningen
[io.github.wghzyy/maven-plugin "1.4.1"]
Apache Buildr
'io.github.wghzyy:maven-plugin:jar:1.4.1'