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