The OWASP AntiSamy project is a collection of APIs for safely allowing users to supply their own HTML and CSS without exposing the site to XSS vulnerabilities.
'org.owasp.antisamy:antisamy:1.5'
<dependency> <groupId>org.owasp.antisamy</groupId> <artifactId>antisamy</artifactId> <version>1.5</version> </dependency>
<dependency org="org.owasp.antisamy" name="antisamy" rev="1.5"/>
"org.owasp.antisamy", "antisamy", "1.5"