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