MVN

org.eclipse.hawkbit : hawkbit-boot-starter-mgmt-ui

Maven & Gradle

Aug 24, 2023
2 usages

hawkBit :: Spring Boot Starter Management UI

<dependency>
    <groupId>org.eclipse.hawkbit</groupId>
    <artifactId>hawkbit-boot-starter-mgmt-ui</artifactId>
    <version>0.3.0M9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.hawkbit : hawkbit-boot-starter-mgmt-ui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0M9

All Versions

Choose a version of org.eclipse.hawkbit : hawkbit-boot-starter-mgmt-ui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
hawkbit-boot-starter-mgmt-ui-0.3.0M9
hawkbit-boot-starter-mgmt-ui-0.3.0M8
hawkbit-boot-starter-mgmt-ui-0.3.0M7
hawkbit-boot-starter-mgmt-ui-0.3.0M6
hawkbit-boot-starter-mgmt-ui-0.3.0M5
hawkbit-boot-starter-mgmt-ui-0.3.0M4
hawkbit-boot-starter-mgmt-ui-0.3.0M3
hawkbit-boot-starter-mgmt-ui-0.3.0M2
hawkbit-boot-starter-mgmt-ui-0.3.0M1
0.2.x
hawkbit-boot-starter-mgmt-ui-0.2.5
hawkbit-boot-starter-mgmt-ui-0.2.4
hawkbit-boot-starter-mgmt-ui-0.2.3
hawkbit-boot-starter-mgmt-ui-0.2.2
hawkbit-boot-starter-mgmt-ui-0.2.1
hawkbit-boot-starter-mgmt-ui-0.2.0
hawkbit-boot-starter-mgmt-ui-0.2.0M9
hawkbit-boot-starter-mgmt-ui-0.2.0M8
hawkbit-boot-starter-mgmt-ui-0.2.0M7
hawkbit-boot-starter-mgmt-ui-0.2.0M6
hawkbit-boot-starter-mgmt-ui-0.2.0M5
hawkbit-boot-starter-mgmt-ui-0.2.0M4
hawkbit-boot-starter-mgmt-ui-0.2.0M3

How to add a dependency to Maven

Add the following org.eclipse.hawkbit : hawkbit-boot-starter-mgmt-ui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.hawkbit</groupId>
    <artifactId>hawkbit-boot-starter-mgmt-ui</artifactId>
    <version>0.3.0M9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.hawkbit : hawkbit-boot-starter-mgmt-ui gradle dependency to your build.gradle file:

implementation 'org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-ui:0.3.0M9'

Gradle Kotlin DSL: Add the following org.eclipse.hawkbit : hawkbit-boot-starter-mgmt-ui gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-ui:0.3.0M9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.hawkbit : hawkbit-boot-starter-mgmt-ui sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-boot-starter-mgmt-ui" % "0.3.0M9"

Advertisement