Files download
File Operation
hawkbit-boot-starter-mgmt-ui-0.2.3.jar download
hawkbit-boot-starter-mgmt-ui-0.2.3.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.hawkbit</groupId>
  <artifactId>hawkbit-boot-starter-mgmt-ui</artifactId>
  <version>0.2.3</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-ui:0.2.3'
Gradle Kotlin
implementation("org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-ui:0.2.3")
Scala SBT
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-boot-starter-mgmt-ui" % "0.2.3"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hawkbit', module='hawkbit-boot-starter-mgmt-ui', version='0.2.3')
)
Apache Ivy
<dependency org="org.eclipse.hawkbit" name="hawkbit-boot-starter-mgmt-ui" rev="0.2.3" />
Leiningen
[org.eclipse.hawkbit/hawkbit-boot-starter-mgmt-ui "0.2.3"]
Apache Buildr
'org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-ui:jar:0.2.3'