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