MVN

eu.michael-simons : wro4j-spring-boot-starter

Maven & Gradle

Jan 25, 2023
62 stars

Wro4j Spring Boot Starter · A starter for Spring Boot that provides autoconfiguration for Wro4j.

<dependency>
    <groupId>eu.michael-simons</groupId>
    <artifactId>wro4j-spring-boot-starter</artifactId>
    <version>0.11.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of eu.michael-simons : wro4j-spring-boot-starter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.11.3

All Versions

Choose a version of eu.michael-simons : wro4j-spring-boot-starter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.11.x
wro4j-spring-boot-starter-0.11.3
wro4j-spring-boot-starter-0.11.2
wro4j-spring-boot-starter-0.11.1
0.10.x
wro4j-spring-boot-starter-0.10.4
wro4j-spring-boot-starter-0.10.3
wro4j-spring-boot-starter-0.10.2
wro4j-spring-boot-starter-0.10.1
0.9.x
wro4j-spring-boot-starter-0.9.2
wro4j-spring-boot-starter-0.9.1
0.8.x
wro4j-spring-boot-starter-0.8.1
0.7.x
wro4j-spring-boot-starter-0.7.2
wro4j-spring-boot-starter-0.7.1
0.6.x
wro4j-spring-boot-starter-0.6.3
wro4j-spring-boot-starter-0.6.2
wro4j-spring-boot-starter-0.6.1
0.5.x
wro4j-spring-boot-starter-0.5.3
wro4j-spring-boot-starter-0.5.2
wro4j-spring-boot-starter-0.5.1
0.4.x
wro4j-spring-boot-starter-0.4.2
wro4j-spring-boot-starter-0.4.1
0.3.x
wro4j-spring-boot-starter-0.3.10
wro4j-spring-boot-starter-0.3.9
wro4j-spring-boot-starter-0.3.8
wro4j-spring-boot-starter-0.3.7
wro4j-spring-boot-starter-0.3.6
wro4j-spring-boot-starter-0.3.5
wro4j-spring-boot-starter-0.3.4
wro4j-spring-boot-starter-0.3.3
wro4j-spring-boot-starter-0.3.2
wro4j-spring-boot-starter-0.3.1
0.2.x
wro4j-spring-boot-starter-0.2.3
wro4j-spring-boot-starter-0.2.2
wro4j-spring-boot-starter-0.2.1
0.1.x
wro4j-spring-boot-starter-0.1.3
wro4j-spring-boot-starter-0.1.2
wro4j-spring-boot-starter-0.1.1
0.0.x
wro4j-spring-boot-starter-0.0.10
wro4j-spring-boot-starter-0.0.9
wro4j-spring-boot-starter-0.0.8
wro4j-spring-boot-starter-0.0.7

How to add a dependency to Maven

Add the following eu.michael-simons : wro4j-spring-boot-starter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>eu.michael-simons</groupId>
    <artifactId>wro4j-spring-boot-starter</artifactId>
    <version>0.11.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following eu.michael-simons : wro4j-spring-boot-starter gradle dependency to your build.gradle file:

implementation 'eu.michael-simons:wro4j-spring-boot-starter:0.11.3'

Gradle Kotlin DSL: Add the following eu.michael-simons : wro4j-spring-boot-starter gradle kotlin dependency to your build.gradle.kts file:

implementation("eu.michael-simons:wro4j-spring-boot-starter:0.11.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following eu.michael-simons : wro4j-spring-boot-starter sbt scala dependency to your build.sbt file:

libraryDependencies += "eu.michael-simons" % "wro4j-spring-boot-starter" % "0.11.3"

Advertisement