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