Feb 4th, 2023
Licensed under the MIT License.
Dependency is managed for you by Maven.
<dependency>
<groupId>com.aripd</groupId>
<artifactId>component</artifactId>
</dependency>
xmlns:a="http://aripd.com/ui"
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:a="http://aripd.com/ui"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html">
<h:head>
</h:head>
<h:body>
<a:mathJax value="$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$" />
</h:body>
</html>