Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hawkbit |
ArtifactId | ArtifactIdhawkbit-mgmt-api |
Version | Version0.3.0M2 |
Type | Typejar |
Filename | Size |
---|---|
hawkbit-mgmt-api-0.3.0M2.pom | |
hawkbit-mgmt-api-0.3.0M2.jar | 78 KB |
hawkbit-mgmt-api-0.3.0M2-sources.jar | 81 KB |
hawkbit-mgmt-api-0.3.0M2-javadoc.jar | 551 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-mgmt-api/ -->
<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-mgmt-api</artifactId>
<version>0.3.0M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-mgmt-api/
implementation 'org.eclipse.hawkbit:hawkbit-mgmt-api:0.3.0M2'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-mgmt-api/
implementation ("org.eclipse.hawkbit:hawkbit-mgmt-api:0.3.0M2")
'org.eclipse.hawkbit:hawkbit-mgmt-api:jar:0.3.0M2'
<dependency org="org.eclipse.hawkbit" name="hawkbit-mgmt-api" rev="0.3.0M2">
<artifact name="hawkbit-mgmt-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-mgmt-api', version='0.3.0M2')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-mgmt-api" % "0.3.0M2"
[org.eclipse.hawkbit/hawkbit-mgmt-api "0.3.0M2"]