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