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