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