m

minify-maven-plugin

Combine and minimize JavaScript and CSS files for faster page loading.
https://github.com/samaxes/minify-maven-plugin
The Apache Software License, Version 2.0
samaxes
Samuel Santos
Files download
File Operation
minify-maven-plugin-1.6.3.jar download
minify-maven-plugin-1.6.3.pom download
Apache Maven
<dependency>
  <groupId>biz.gabrys.forks.com.samaxes.maven</groupId>
  <artifactId>minify-maven-plugin</artifactId>
  <version>1.6.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'biz.gabrys.forks.com.samaxes.maven:minify-maven-plugin:1.6.3'
Gradle Kotlin
implementation("biz.gabrys.forks.com.samaxes.maven:minify-maven-plugin:1.6.3")
Scala SBT
libraryDependencies += "biz.gabrys.forks.com.samaxes.maven" % "minify-maven-plugin" % "1.6.3"
Groovy Grape
@Grapes(
  @Grab(group='biz.gabrys.forks.com.samaxes.maven', module='minify-maven-plugin', version='1.6.3')
)
Apache Ivy
<dependency org="biz.gabrys.forks.com.samaxes.maven" name="minify-maven-plugin" rev="1.6.3" />
Leiningen
[biz.gabrys.forks.com.samaxes.maven/minify-maven-plugin "1.6.3"]
Apache Buildr
'biz.gabrys.forks.com.samaxes.maven:minify-maven-plugin:jar:1.6.3'