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