Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hawkbit |
ArtifactId | ArtifactIdhawkbit-dmf-api |
Version | Version0.2.2 |
Type | Typejar |
Filename | Size |
---|---|
hawkbit-dmf-api-0.2.2.pom | |
hawkbit-dmf-api-0.2.2.jar | 16 KB |
hawkbit-dmf-api-0.2.2-sources.jar | 12 KB |
hawkbit-dmf-api-0.2.2-javadoc.jar | 105 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-dmf-api/
implementation 'org.eclipse.hawkbit:hawkbit-dmf-api:0.2.2'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-dmf-api/
implementation ("org.eclipse.hawkbit:hawkbit-dmf-api:0.2.2")
'org.eclipse.hawkbit:hawkbit-dmf-api:jar:0.2.2'
<dependency org="org.eclipse.hawkbit" name="hawkbit-dmf-api" rev="0.2.2">
<artifact name="hawkbit-dmf-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-dmf-api', version='0.2.2')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-dmf-api" % "0.2.2"
[org.eclipse.hawkbit/hawkbit-dmf-api "0.2.2"]