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