com.github.beothorn.html.elements.img.ImgProp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javaPageRender Show documentation
Show all versions of javaPageRender Show documentation
Write and render html using static constructors
package com.github.beothorn.html.elements.img;
import com.github.beothorn.html.common.SimpleProp;
public class ImgProp extends SimpleProp{
public ImgProp(String name, String value) {
super(name, value);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy