MVN

ro.isdc.wro4j : wro4j-test-utils

Maven & Gradle

Sep 09, 2010
2 usages
444 stars

Web Resource Optimizer Test Project

<dependency>
    <groupId>ro.isdc.wro4j</groupId>
    <artifactId>wro4j-test-utils</artifactId>
    <version>1.2.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

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

All Versions

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

Version Vulnerabilities Updated
1.3.x
wro4j-test-utils-1.3.0-rc1
1.2.x
wro4j-test-utils-1.2.8
wro4j-test-utils-1.2.7
wro4j-test-utils-1.2.6
wro4j-test-utils-1.2.5
wro4j-test-utils-1.2.4
wro4j-test-utils-1.2.3
wro4j-test-utils-1.2.2
wro4j-test-utils-1.2.1
wro4j-test-utils-1.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>ro.isdc.wro4j</groupId>
    <artifactId>wro4j-test-utils</artifactId>
    <version>1.2.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'ro.isdc.wro4j:wro4j-test-utils:1.2.8'

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

implementation("ro.isdc.wro4j:wro4j-test-utils:1.2.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "ro.isdc.wro4j" % "wro4j-test-utils" % "1.2.8"

Advertisement