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