Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hawkbit |
ArtifactId | ArtifactIdhawkbit-rest-docs |
Version | Version0.2.5 |
Type | Typejar |
Filename | Size |
---|---|
hawkbit-rest-docs-0.2.5.pom | |
hawkbit-rest-docs-0.2.5.jar | 162 KB |
hawkbit-rest-docs-0.2.5-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.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-rest-docs/
implementation 'org.eclipse.hawkbit:hawkbit-rest-docs:0.2.5'
// https://jarcasting.com/artifacts/org.eclipse.hawkbit/hawkbit-rest-docs/
implementation ("org.eclipse.hawkbit:hawkbit-rest-docs:0.2.5")
'org.eclipse.hawkbit:hawkbit-rest-docs:jar:0.2.5'
<dependency org="org.eclipse.hawkbit" name="hawkbit-rest-docs" rev="0.2.5">
<artifact name="hawkbit-rest-docs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hawkbit', module='hawkbit-rest-docs', version='0.2.5')
)
libraryDependencies += "org.eclipse.hawkbit" % "hawkbit-rest-docs" % "0.2.5"
[org.eclipse.hawkbit/hawkbit-rest-docs "0.2.5"]