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