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.
http://code.google.com/p/wro4j/
The Apache Software License, Version 2.0
Alex Objelean Bogdan Csoregi
Files download
File Operation
wro4j-parent-1.6.0.pom download
Apache Maven
<dependency>
  <groupId>ro.isdc.wro4j</groupId>
  <artifactId>wro4j-parent</artifactId>
  <version>1.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ro.isdc.wro4j:wro4j-parent:1.6.0'
Gradle Kotlin
implementation("ro.isdc.wro4j:wro4j-parent:1.6.0")
Scala SBT
libraryDependencies += "ro.isdc.wro4j" % "wro4j-parent" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='ro.isdc.wro4j', module='wro4j-parent', version='1.6.0')
)
Apache Ivy
<dependency org="ro.isdc.wro4j" name="wro4j-parent" rev="1.6.0" />
Leiningen
[ro.isdc.wro4j/wro4j-parent "1.6.0"]
Apache Buildr
'ro.isdc.wro4j:wro4j-parent:jar:1.6.0'