com.github.uuidcode.builder.html.Td Maven / Gradle / Ivy
package com.github.uuidcode.builder.html;
public class Td extends Node {
public static Td of() {
return new Td().setTagName("td");
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy