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