h

hawkbit-boot-starter

Complete starter, including auto-configuration, logging and all hawkBit interfaces
Files download
File Operation
hawkbit-boot-starter-0.3.0M1.jar download
hawkbit-boot-starter-0.3.0M1.pom download
Apache Maven
<dependency>
  <groupId>org.eclipse.hawkbit</groupId>
  <artifactId>hawkbit-boot-starter</artifactId>
  <version>0.3.0M1</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hawkbit:hawkbit-boot-starter:0.3.0M1'
Gradle Kotlin
implementation("org.eclipse.hawkbit:hawkbit-boot-starter:0.3.0M1")
Scala SBT
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-boot-starter" % "0.3.0M1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hawkbit', module='hawkbit-boot-starter', version='0.3.0M1')
)
Apache Ivy
<dependency org="org.eclipse.hawkbit" name="hawkbit-boot-starter" rev="0.3.0M1" />
Leiningen
[org.eclipse.hawkbit/hawkbit-boot-starter "0.3.0M1"]
Apache Buildr
'org.eclipse.hawkbit:hawkbit-boot-starter:jar:0.3.0M1'