![JAR search and dependency download from the Maven repository](/logo.png)
net.serenitybdd.reports.model.ReportInfo.kt Maven / Gradle / Ivy
package net.serenitybdd.reports.model
import java.time.LocalDateTime
class ReportInfo(val title: String,
val link: String,
val tagCategoryTitle: String,
val version: String,
val date: LocalDateTime)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy