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