文件下载
文件名 操作
hawkbit-simple-ui-0.5.0.jar 下载
hawkbit-simple-ui-0.5.0.pom 下载
hawkbit-simple-ui-0.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.hawkbit</groupId>
  <artifactId>hawkbit-simple-ui</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hawkbit:hawkbit-simple-ui:0.5.0'
Gradle Kotlin
implementation("org.eclipse.hawkbit:hawkbit-simple-ui:0.5.0")
Scala SBT
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-simple-ui" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hawkbit', module='hawkbit-simple-ui', version='0.5.0')
)
Apache Ivy
<dependency org="org.eclipse.hawkbit" name="hawkbit-simple-ui" rev="0.5.0" />
Leiningen
[org.eclipse.hawkbit/hawkbit-simple-ui "0.5.0"]
Apache Buildr
'org.eclipse.hawkbit:hawkbit-simple-ui:jar:0.5.0'