Categories |
CategoriesSecurity CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hawkbit |
ArtifactId | ArtifactIdhawkbit-security-integration |
Version | Version0.2.0M9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-security-integration/ -->
<dependency>
<groupId>org.eclipse.hawkbit</groupId>
<artifactId>hawkbit-security-integration</artifactId>
<version>0.2.0M9</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-security-integration/
implementation 'org.eclipse.hawkbit:hawkbit-security-integration:0.2.0M9'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-security-integration/
implementation ("org.eclipse.hawkbit:hawkbit-security-integration:0.2.0M9")
'org.eclipse.hawkbit:hawkbit-security-integration:jar:0.2.0M9'
<dependency org="org.eclipse.hawkbit" name="hawkbit-security-integration" rev="0.2.0M9">
<artifact name="hawkbit-security-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-security-integration', version='0.2.0M9')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-security-integration" % "0.2.0M9"
[org.eclipse.hawkbit/hawkbit-security-integration "0.2.0M9"]