License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Distribution |
GroupId | GroupIdorg.owasp.antisamy |
ArtifactId | ArtifactIdantisamy-distribution |
Last Version | Last Version1.5.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOWASP AntiSamy Distribution
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
antisamy-distribution-1.5.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-distribution/ -->
<dependency>
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy-distribution</artifactId>
<version>1.5.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-distribution/
implementation 'org.owasp.antisamy:antisamy-distribution:1.5.3'
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-distribution/
implementation ("org.owasp.antisamy:antisamy-distribution:1.5.3")
'org.owasp.antisamy:antisamy-distribution:pom:1.5.3'
<dependency org="org.owasp.antisamy" name="antisamy-distribution" rev="1.5.3">
<artifact name="antisamy-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp.antisamy', module='antisamy-distribution', version='1.5.3')
)
libraryDependencies += "org.owasp.antisamy" % "antisamy-distribution" % "1.5.3"
[org.owasp.antisamy/antisamy-distribution "1.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.owasp.antisamy : antisamy | jar | 1.5.3 |
org.owasp.antisamy : antisamy-demo | war | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.owasp.antisamy : antisamy-sample-configs | jar | 1.5.3 |