html-report
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.malinskiy.marathon</groupId> <artifactId>html-report</artifactId> <version>0.9.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.malinskiy.marathon</groupId> <artifactId>html-report</artifactId> <version>0.9.1</version> <name>html-report</name> <description>Cross-platform test runner</description> <url>https://github.com/MarathonLabs/marathon</url> <licenses> <license> <name>GNU General Public License v2.0 only</name> <url>https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url> </license> </licenses> <developers> <developer> <id>marathon-team</id> <name>Marathon team</name> <email>anton@malinskiy.com</email> </developer> </developers> <scm> <url>https://github.com/MarathonLabs/marathon</url> </scm> <dependencies> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib-jdk8</artifactId> <version>1.9.10</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlinx</groupId> <artifactId>kotlinx-coroutines-core-jvm</artifactId> <version>1.7.3</version> <scope>runtime</scope> </dependency> <dependency> <groupId>io.github.microutils</groupId> <artifactId>kotlin-logging-jvm</artifactId> <version>3.0.5</version> <scope>runtime</scope> </dependency> </dependencies> </project>