Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hawkbit |
ArtifactId | ArtifactIdhawkbit-starters |
Version | Version0.2.0 |
Type | Typepom |
Filename | Size |
---|---|
hawkbit-starters-0.2.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-starters/ -->
<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-starters</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-starters/
implementation 'org.eclipse.hawkbit:hawkbit-starters:0.2.0'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-starters/
implementation ("org.eclipse.hawkbit:hawkbit-starters:0.2.0")
'org.eclipse.hawkbit:hawkbit-starters:pom:0.2.0'
<dependency org="org.eclipse.hawkbit" name="hawkbit-starters" rev="0.2.0">
<artifact name="hawkbit-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-starters', version='0.2.0')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-starters" % "0.2.0"
[org.eclipse.hawkbit/hawkbit-starters "0.2.0"]