Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hawkbit |
ArtifactId | ArtifactIdhawkbit-ui |
Version | Version0.2.4 |
Type | Typejar |
Filename | Size |
---|---|
hawkbit-ui-0.2.4.pom | |
hawkbit-ui-0.2.4.jar | 6 MB |
hawkbit-ui-0.2.4-sources.jar | 5 MB |
hawkbit-ui-0.2.4-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-ui/ -->
<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-ui</artifactId>
<version>0.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-ui/
implementation 'org.eclipse.hawkbit:hawkbit-ui:0.2.4'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-ui/
implementation ("org.eclipse.hawkbit:hawkbit-ui:0.2.4")
'org.eclipse.hawkbit:hawkbit-ui:jar:0.2.4'
<dependency org="org.eclipse.hawkbit" name="hawkbit-ui" rev="0.2.4">
<artifact name="hawkbit-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-ui', version='0.2.4')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-ui" % "0.2.4"
[org.eclipse.hawkbit/hawkbit-ui "0.2.4"]