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