| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdorg.owasp.antisamy |
| ArtifactId | ArtifactIdantisamy |
| Last Version | Last Version1.6.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionOWASP AntiSamy
A library for performing fast, configurable cleansing of HTML coming from untrusted sources.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| antisamy-1.6.8.pom | |
| antisamy-1.6.8.jar | 141 KB |
| antisamy-1.6.8-sources.jar | 135 KB |
| antisamy-1.6.8-javadoc.jar | 207 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy/ -->
<dependency>
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy</artifactId>
<version>1.6.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy/
implementation 'org.owasp.antisamy:antisamy:1.6.8'
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy/
implementation ("org.owasp.antisamy:antisamy:1.6.8")
'org.owasp.antisamy:antisamy:jar:1.6.8'
<dependency org="org.owasp.antisamy" name="antisamy" rev="1.6.8">
<artifact name="antisamy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.antisamy', module='antisamy', version='1.6.8')
)
libraryDependencies += "org.owasp.antisamy" % "antisamy" % "1.6.8"
[org.owasp.antisamy/antisamy "1.6.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.sourceforge.htmlunit : neko-htmlunit | jar | 2.61.0 |
| org.apache.httpcomponents.client5 : httpclient5 | jar | 5.1.3 |
| org.apache.httpcomponents.core5 : httpcore5 | jar | 5.1.3 |
| org.apache.xmlgraphics : batik-css | jar | 1.14 |
| commons-io : commons-io | jar | 2.11.0 |
| org.slf4j : slf4j-api | jar | 1.7.36 |
| xerces : xercesImpl | jar | 2.12.2 |
| xml-apis : xml-apis | jar | 1.4.01 |
| xml-apis : xml-apis-ext | jar | 1.3.04 |
| com.github.spotbugs : spotbugs-annotations Optional | jar | 4.6.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.36 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |
| commons-codec : commons-codec | jar | 1.15 |
| junit : junit | jar | 4.13.2 |
| org.hamcrest : hamcrest | jar | 2.2 |