w

wro4j-parent

The purpose of this project is to reduce the number of requests needed to load a page and the amount of data to transfer to clients, achieving drastic improvement of loading times. The resources can be benefit also from minification and compression.
https://github.com/wro4j/wro4j
The Apache Software License, Version 2.0
Alex Objelean Bogdan Csoregi Paul Podgorsek
Files download
File Operation
wro4j-parent-2.0.0.pom download
Apache Maven
<dependency>
  <groupId>ro.isdc.wro4j</groupId>
  <artifactId>wro4j-parent</artifactId>
  <version>2.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ro.isdc.wro4j:wro4j-parent:2.0.0'
Gradle Kotlin
implementation("ro.isdc.wro4j:wro4j-parent:2.0.0")
Scala SBT
libraryDependencies += "ro.isdc.wro4j" % "wro4j-parent" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='ro.isdc.wro4j', module='wro4j-parent', version='2.0.0')
)
Apache Ivy
<dependency org="ro.isdc.wro4j" name="wro4j-parent" rev="2.0.0" />
Leiningen
[ro.isdc.wro4j/wro4j-parent "2.0.0"]
Apache Buildr
'ro.isdc.wro4j:wro4j-parent:jar:2.0.0'