| Categories |
CategoriesCLI User Interface Auto Application Layer Libs Code Generators config Configuration |
|---|---|
| GroupId | GroupIdorg.eclipse.hawkbit |
| ArtifactId | ArtifactIdhawkbit-autoconfigure |
| Version | Version0.2.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hawkbit-autoconfigure-0.2.5.pom | |
| hawkbit-autoconfigure-0.2.5.jar | 59 KB |
| hawkbit-autoconfigure-0.2.5-sources.jar | 29 KB |
| hawkbit-autoconfigure-0.2.5-javadoc.jar | 204 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-autoconfigure/ -->
<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-autoconfigure</artifactId>
<version>0.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-autoconfigure/
implementation 'org.eclipse.hawkbit:hawkbit-autoconfigure:0.2.5'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-autoconfigure/
implementation ("org.eclipse.hawkbit:hawkbit-autoconfigure:0.2.5")
'org.eclipse.hawkbit:hawkbit-autoconfigure:jar:0.2.5'
<dependency org="org.eclipse.hawkbit" name="hawkbit-autoconfigure" rev="0.2.5">
<artifact name="hawkbit-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-autoconfigure', version='0.2.5')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-autoconfigure" % "0.2.5"
[org.eclipse.hawkbit/hawkbit-autoconfigure "0.2.5"]