MVN

ro.isdc.wro4j : wro4j-parent

Maven & Gradle

Jun 19, 2023
455 stars

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.

<dependency>
    <groupId>ro.isdc.wro4j</groupId>
    <artifactId>wro4j-parent</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ro.isdc.wro4j : wro4j-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0
  • Latest Release Candidate: 1.3.0-rc1

All Versions

Choose a version of ro.isdc.wro4j : wro4j-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
wro4j-parent-2.0.0
1.10.x
wro4j-parent-1.10.1
wro4j-parent-1.10.0
1.9.x
wro4j-parent-1.9.0
1.8.x
wro4j-parent-1.8.0
1.7.x
wro4j-parent-1.7.9
wro4j-parent-1.7.8
wro4j-parent-1.7.7
wro4j-parent-1.7.6
wro4j-parent-1.7.5
wro4j-parent-1.7.4
wro4j-parent-1.7.3
wro4j-parent-1.7.2
wro4j-parent-1.7.1
wro4j-parent-1.7.0
1.6.x
wro4j-parent-1.6.3
wro4j-parent-1.6.2
wro4j-parent-1.6.1
wro4j-parent-1.6.0
1.5.x
wro4j-parent-1.5.0
1.4.x
wro4j-parent-1.4.9
wro4j-parent-1.4.8.1
wro4j-parent-1.4.8
wro4j-parent-1.4.7
wro4j-parent-1.4.6
wro4j-parent-1.4.5
wro4j-parent-1.4.4
wro4j-parent-1.4.3
wro4j-parent-1.4.2
wro4j-parent-1.4.1
wro4j-parent-1.4.0
1.3.x
wro4j-parent-1.3.8
wro4j-parent-1.3.7
wro4j-parent-1.3.6
wro4j-parent-1.3.5
wro4j-parent-1.3.4
wro4j-parent-1.3.3
wro4j-parent-1.3.2
wro4j-parent-1.3.1
wro4j-parent-1.3.0
wro4j-parent-1.3.0-rc1
1.2.x
wro4j-parent-1.2.8
wro4j-parent-1.2.7
wro4j-parent-1.2.6
wro4j-parent-1.2.5
wro4j-parent-1.2.4
wro4j-parent-1.2.3
wro4j-parent-1.2.2
wro4j-parent-1.2.1
wro4j-parent-1.2.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>ro.isdc.wro4j</groupId>
    <artifactId>wro4j-parent</artifactId>
    <version>2.0.0</version>
</dependency>

Advertisement