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