MVN

io.hawt.examples : hawtio-example-springboot

Maven & Gradle

Aug 02, 2023
1.3k stars

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

<dependency>
    <groupId>io.hawt.examples</groupId>
    <artifactId>hawtio-example-springboot</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 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 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
hawtio-example-springboot-3.0-beta-1
hawtio-example-springboot-3.0-M8
hawtio-example-springboot-3.0-M7
hawtio-example-springboot-3.0-M6
hawtio-example-springboot-3.0-M5
hawtio-example-springboot-3.0-M4
hawtio-example-springboot-3.0-M3
hawtio-example-springboot-3.0-M2
hawtio-example-springboot-3.0-M1
2.17.x
hawtio-example-springboot-2.17.6
hawtio-example-springboot-2.17.5
hawtio-example-springboot-2.17.4
hawtio-example-springboot-2.17.3
hawtio-example-springboot-2.17.2
hawtio-example-springboot-2.17.1
hawtio-example-springboot-2.17.0
2.16.x
hawtio-example-springboot-2.16.3
hawtio-example-springboot-2.16.2
hawtio-example-springboot-2.16.1
hawtio-example-springboot-2.16.0
2.15.x
hawtio-example-springboot-2.15.2
hawtio-example-springboot-2.15.1
hawtio-example-springboot-2.15.0
2.14.x
hawtio-example-springboot-2.14.5
hawtio-example-springboot-2.14.4
hawtio-example-springboot-2.14.3
hawtio-example-springboot-2.14.2
hawtio-example-springboot-2.14.1
hawtio-example-springboot-2.14.0
2.13.x
hawtio-example-springboot-2.13.6
hawtio-example-springboot-2.13.5
hawtio-example-springboot-2.13.4
hawtio-example-springboot-2.13.3
hawtio-example-springboot-2.13.2
hawtio-example-springboot-2.13.1
hawtio-example-springboot-2.13.0
2.12.x
hawtio-example-springboot-2.12.1
hawtio-example-springboot-2.12.0
2.11.x
hawtio-example-springboot-2.11.1
hawtio-example-springboot-2.11.0
2.10.x
hawtio-example-springboot-2.10.2
hawtio-example-springboot-2.10.1
hawtio-example-springboot-2.10.0
2.9.x
hawtio-example-springboot-2.9.1
hawtio-example-springboot-2.9.0
2.8.x
hawtio-example-springboot-2.8.0
2.7.x
hawtio-example-springboot-2.7.1
hawtio-example-springboot-2.7.0
2.6.x
hawtio-example-springboot-2.6.0
2.5.x
hawtio-example-springboot-2.5.0
2.4.x
hawtio-example-springboot-2.4.0
2.3.x
hawtio-example-springboot-2.3.0
2.2.x
hawtio-example-springboot-2.2.0
2.1.x
hawtio-example-springboot-2.1.0
2.0.x
hawtio-example-springboot-2.0.3
hawtio-example-springboot-2.0.2
2.0
hawtio-example-springboot-2.0-beta-2
hawtio-example-springboot-2.0-beta-1
hawtio-example-springboot-2.0-M3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.hawt.examples</groupId>
    <artifactId>hawtio-example-springboot</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 gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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