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