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