Jan 13th, 2021
Licensed under the MIT License.
Dependency is managed for you by Maven.
<dependency>
<groupId>com.aripd</groupId>
<artifactId>component</artifactId>
<version>1.0</version>
</dependency>
xmlns:ac="http://aripd.com/ui"
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ac="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>
<ac:mathJax value="$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}$$" />
</h:body>
</html>