z

zip-maven-plugin

This is a simple plug-in, it is to compress a file folder to the specified directory
http://maven.apache.org
The Apache Software License, Version 2.0
Files download
File Operation
zip-maven-plugin-1.1.jar download
zip-maven-plugin-1.1.pom download
zip-maven-plugin-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.oschina.michaelmofa</groupId>
  <artifactId>zip-maven-plugin</artifactId>
  <version>1.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'net.oschina.michaelmofa:zip-maven-plugin:1.1'
Gradle Kotlin
implementation("net.oschina.michaelmofa:zip-maven-plugin:1.1")
Scala SBT
libraryDependencies += "net.oschina.michaelmofa" % "zip-maven-plugin" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='net.oschina.michaelmofa', module='zip-maven-plugin', version='1.1')
)
Apache Ivy
<dependency org="net.oschina.michaelmofa" name="zip-maven-plugin" rev="1.1" />
Leiningen
[net.oschina.michaelmofa/zip-maven-plugin "1.1"]
Apache Buildr
'net.oschina.michaelmofa:zip-maven-plugin:jar:1.1'