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