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