MVN

io.hawt : hawtio-sample-springboot

Maven & Gradle

Jan 30, 2020
1.3k stars

hawtio :: Sample Spring Boot process

<dependency>
    <groupId>io.hawt</groupId>
    <artifactId>hawtio-sample-springboot</artifactId>
    <version>1.5.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.12

All Versions

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

Version Vulnerabilities Updated
2.0.x
hawtio-sample-springboot-2.0.0
CVE-2017-7556
1.5.x
hawtio-sample-springboot-1.5.12
hawtio-sample-springboot-1.5.11
hawtio-sample-springboot-1.5.10
hawtio-sample-springboot-1.5.9
hawtio-sample-springboot-1.5.8
hawtio-sample-springboot-1.5.7
hawtio-sample-springboot-1.5.6
hawtio-sample-springboot-1.5.5
hawtio-sample-springboot-1.5.4
hawtio-sample-springboot-1.5.3
CVE-2017-7556
hawtio-sample-springboot-1.5.2
CVE-2017-7556
hawtio-sample-springboot-1.5.1
CVE-2017-7556
hawtio-sample-springboot-1.5.0
CVE-2017-7556
hawtio-sample-springboot-1.5.X
1.4.x
hawtio-sample-springboot-1.4.68
CVE-2017-7556
hawtio-sample-springboot-1.4.67
CVE-2017-7556
hawtio-sample-springboot-1.4.66
CVE-2017-7556
hawtio-sample-springboot-1.4.65
CVE-2017-7556
hawtio-sample-springboot-1.4.64
CVE-2017-7556
hawtio-sample-springboot-1.4.63
CVE-2017-7556
hawtio-sample-springboot-1.4.62
CVE-2017-7556
hawtio-sample-springboot-1.4.61
CVE-2017-7556
hawtio-sample-springboot-1.4.60
CVE-2017-7556
hawtio-sample-springboot-1.4.59
CVE-2017-7556
hawtio-sample-springboot-1.4.58
CVE-2017-7556
hawtio-sample-springboot-1.4.57
CVE-2017-7556
hawtio-sample-springboot-1.4.56
CVE-2017-7556
hawtio-sample-springboot-1.4.55
CVE-2017-7556
hawtio-sample-springboot-1.4.54
CVE-2017-7556
hawtio-sample-springboot-1.4.53
CVE-2017-7556
hawtio-sample-springboot-1.4.52
CVE-2017-7556
hawtio-sample-springboot-1.4.51
CVE-2017-7556
hawtio-sample-springboot-1.4.50
CVE-2017-7556
hawtio-sample-springboot-1.4.49
CVE-2017-7556
hawtio-sample-springboot-1.4.48
CVE-2017-7556
hawtio-sample-springboot-1.4.47
CVE-2017-7556
hawtio-sample-springboot-1.4.46
CVE-2017-7556
hawtio-sample-springboot-1.4.45
CVE-2017-7556
hawtio-sample-springboot-1.4.44
CVE-2017-7556
hawtio-sample-springboot-1.4.43
CVE-2017-7556
hawtio-sample-springboot-1.4.42
CVE-2017-7556
hawtio-sample-springboot-1.4.41
CVE-2017-7556
hawtio-sample-springboot-1.4.40
CVE-2017-7556
hawtio-sample-springboot-1.4.39
CVE-2017-7556
hawtio-sample-springboot-1.4.38
CVE-2017-7556
hawtio-sample-springboot-1.4.37
CVE-2017-7556
hawtio-sample-springboot-1.4.36
CVE-2017-7556
hawtio-sample-springboot-1.4.35
CVE-2017-7556
hawtio-sample-springboot-1.4.34
CVE-2017-7556
hawtio-sample-springboot-1.4.33
CVE-2017-7556
hawtio-sample-springboot-1.4.32
CVE-2017-7556
hawtio-sample-springboot-1.4.31
CVE-2017-7556
hawtio-sample-springboot-1.4.30
CVE-2017-7556
hawtio-sample-springboot-1.4.29
CVE-2017-7556
hawtio-sample-springboot-1.4.28
CVE-2017-7556
hawtio-sample-springboot-1.4.27
CVE-2017-7556
hawtio-sample-springboot-1.4.26
CVE-2017-7556
hawtio-sample-springboot-1.4.25
CVE-2017-7556
hawtio-sample-springboot-1.4.24
CVE-2017-7556
hawtio-sample-springboot-1.4.23
CVE-2017-7556
hawtio-sample-springboot-1.4.22
CVE-2017-7556
hawtio-sample-springboot-1.4.21
CVE-2017-7556
hawtio-sample-springboot-1.4.20
CVE-2017-7556
hawtio-sample-springboot-1.4.19
CVE-2017-7556
hawtio-sample-springboot-1.4.18
CVE-2017-7556
hawtio-sample-springboot-1.4.17
CVE-2017-7556
hawtio-sample-springboot-1.4.16
CVE-2017-7556
hawtio-sample-springboot-1.4.15
CVE-2017-7556

How to add a dependency to Maven

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

<dependency>
    <groupId>io.hawt</groupId>
    <artifactId>hawtio-sample-springboot</artifactId>
    <version>1.5.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.hawt:hawtio-sample-springboot:1.5.12'

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

implementation("io.hawt:hawtio-sample-springboot:1.5.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.hawt" % "hawtio-sample-springboot" % "1.5.12"

Advertisement

Dependencies from Group

Jan 30, 2020
28 usages
1.3k stars
Aug 01, 2023
26 usages
1.3k stars
Aug 02, 2023
24 usages
1.3k stars
Jan 30, 2020
17 usages
1.3k stars
Jan 30, 2020
15 usages
1.3k stars

Discover Dependencies

Jan 30, 2020
1.2k stars
Jan 30, 2020
3 usages
1.3k stars
Jan 30, 2020
1.3k stars
Nov 20, 2016
4 stars
Nov 20, 2016
4 stars
Mar 23, 2017
11 stars
Mar 23, 2017
11 stars