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