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