GroupId | GroupIdcom.malinskiy.marathon |
---|---|
ArtifactId | ArtifactIdhtml-report |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
html-report-0.4.1.pom | |
html-report-0.4.1.jar | 119 KB |
html-report-0.4.1-sources.jar | 106 KB |
html-report-0.4.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.malinskiy.marathon/html-report/ -->
<dependency>
<groupId>com.malinskiy.marathon</groupId>
<artifactId>html-report</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.malinskiy.marathon/html-report/
implementation 'com.malinskiy.marathon:html-report:0.4.1'
// https://jarcasting.com/artifacts/com.malinskiy.marathon/html-report/
implementation ("com.malinskiy.marathon:html-report:0.4.1")
'com.malinskiy.marathon:html-report:jar:0.4.1'
<dependency org="com.malinskiy.marathon" name="html-report" rev="0.4.1">
<artifact name="html-report" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.malinskiy.marathon', module='html-report', version='0.4.1')
)
libraryDependencies += "com.malinskiy.marathon" % "html-report" % "0.4.1"
[com.malinskiy.marathon/html-report "0.4.1"]