| Categories |
CategoriesCLI User Interface |
|---|---|
| GroupId | GroupIdorg.eclipse.hawkbit |
| ArtifactId | ArtifactIdhawkbit-rest-core |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hawkbit-rest-core-0.2.0.pom | |
| hawkbit-rest-core-0.2.0.jar | 30 KB |
| hawkbit-rest-core-0.2.0-tests.jar | 18 KB |
| hawkbit-rest-core-0.2.0-sources.jar | 23 KB |
| hawkbit-rest-core-0.2.0-javadoc.jar | 150 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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-rest-core/
implementation 'org.eclipse.hawkbit:hawkbit-rest-core:0.2.0'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-rest-core/
implementation ("org.eclipse.hawkbit:hawkbit-rest-core:0.2.0")
'org.eclipse.hawkbit:hawkbit-rest-core:jar:0.2.0'
<dependency org="org.eclipse.hawkbit" name="hawkbit-rest-core" rev="0.2.0">
<artifact name="hawkbit-rest-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-rest-core', version='0.2.0')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-rest-core" % "0.2.0"
[org.eclipse.hawkbit/hawkbit-rest-core "0.2.0"]