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