Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hawkbit |
ArtifactId | ArtifactIdhawkbit-boot-starter-mgmt-ui |
Version | Version0.2.0M5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-boot-starter-mgmt-ui/ -->
<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-boot-starter-mgmt-ui</artifactId>
<version>0.2.0M5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-boot-starter-mgmt-ui/
implementation 'org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-ui:0.2.0M5'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-boot-starter-mgmt-ui/
implementation ("org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-ui:0.2.0M5")
'org.eclipse.hawkbit:hawkbit-boot-starter-mgmt-ui:jar:0.2.0M5'
<dependency org="org.eclipse.hawkbit" name="hawkbit-boot-starter-mgmt-ui" rev="0.2.0M5">
<artifact name="hawkbit-boot-starter-mgmt-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-boot-starter-mgmt-ui', version='0.2.0M5')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-boot-starter-mgmt-ui" % "0.2.0M5"
[org.eclipse.hawkbit/hawkbit-boot-starter-mgmt-ui "0.2.0M5"]