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