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