MVN

io.hawt.examples : hawtio-example-springboot-log4j2

Maven & Gradle

Aug 02, 2023
1.3k stars

hawtio-example-springboot-log4j2 · Hawtio :: Sample Spring Boot 2.x process with Log4J2

<dependency>
    <groupId>io.hawt.examples</groupId>
    <artifactId>hawtio-example-springboot-log4j2</artifactId>
    <version>2.17.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.hawt.examples : hawtio-example-springboot-log4j2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.17.6
  • Latest Beta: 3.0-beta-1

All Versions

Choose a version of io.hawt.examples : hawtio-example-springboot-log4j2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
hawtio-example-springboot-log4j2-3.0-beta-1
hawtio-example-springboot-log4j2-3.0-M8
hawtio-example-springboot-log4j2-3.0-M7
hawtio-example-springboot-log4j2-3.0-M6
hawtio-example-springboot-log4j2-3.0-M5
hawtio-example-springboot-log4j2-3.0-M4
hawtio-example-springboot-log4j2-3.0-M3
hawtio-example-springboot-log4j2-3.0-M2
hawtio-example-springboot-log4j2-3.0-M1
2.17.x
hawtio-example-springboot-log4j2-2.17.6
hawtio-example-springboot-log4j2-2.17.5
hawtio-example-springboot-log4j2-2.17.4
hawtio-example-springboot-log4j2-2.17.3
hawtio-example-springboot-log4j2-2.17.2
hawtio-example-springboot-log4j2-2.17.1
hawtio-example-springboot-log4j2-2.17.0
2.16.x
hawtio-example-springboot-log4j2-2.16.3
hawtio-example-springboot-log4j2-2.16.2
hawtio-example-springboot-log4j2-2.16.1
hawtio-example-springboot-log4j2-2.16.0
2.15.x
hawtio-example-springboot-log4j2-2.15.2
hawtio-example-springboot-log4j2-2.15.1

How to add a dependency to Maven

Add the following io.hawt.examples : hawtio-example-springboot-log4j2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.hawt.examples</groupId>
    <artifactId>hawtio-example-springboot-log4j2</artifactId>
    <version>2.17.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.hawt.examples : hawtio-example-springboot-log4j2 gradle dependency to your build.gradle file:

implementation 'io.hawt.examples:hawtio-example-springboot-log4j2:2.17.6'

Gradle Kotlin DSL: Add the following io.hawt.examples : hawtio-example-springboot-log4j2 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.hawt.examples:hawtio-example-springboot-log4j2:2.17.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.hawt.examples : hawtio-example-springboot-log4j2 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.hawt.examples" % "hawtio-example-springboot-log4j2" % "2.17.6"