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