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