MVN

ro.isdc.wro4j : wro4j-examples

Maven & Gradle

Jan 10, 2011
444 stars

Web Resource Optimizer Examples Project

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

Latest Version

Choose a version of ro.isdc.wro4j : wro4j-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.3

All Versions

Choose a version of ro.isdc.wro4j : wro4j-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
wro4j-examples-1.3.3
wro4j-examples-1.3.2
1.2.x
wro4j-examples-1.2.8
wro4j-examples-1.2.5
wro4j-examples-1.2.4
wro4j-examples-1.2.3
wro4j-examples-1.2.2
wro4j-examples-1.2.1
wro4j-examples-1.2.0

How to add a dependency to Maven

Add the following ro.isdc.wro4j : wro4j-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ro.isdc.wro4j</groupId>
    <artifactId>wro4j-examples</artifactId>
    <version>1.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ro.isdc.wro4j : wro4j-examples gradle dependency to your build.gradle file:

implementation 'ro.isdc.wro4j:wro4j-examples:1.3.3'

Gradle Kotlin DSL: Add the following ro.isdc.wro4j : wro4j-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("ro.isdc.wro4j:wro4j-examples:1.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ro.isdc.wro4j : wro4j-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "ro.isdc.wro4j" % "wro4j-examples" % "1.3.3"

Advertisement