All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aventstack.extentreports.model.Author Maven / Gradle / Ivy

There is a newer version: 5.1.2
Show newest version
package com.aventstack.extentreports.model;

public class Author extends Attribute {

	private static final long serialVersionUID = -6374771272610470521L;

	public Author(String k) {
		super(k);
	}
	
	public Author(String k, String v) {
		super(k, v);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy