is not current version
Last Version 1.5.3

org.owasp.antisamy:antisamy-project 1.5

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.

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.owasp.antisamy
ArtifactId

ArtifactId

antisamy-project
Version

Version

1.5
Type

Type

pom

Download antisamy-project 1.5

Filename Size
antisamy-project-1.5.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-project/ -->
<dependency>
    <groupId>org.owasp.antisamy</groupId>
    <artifactId>antisamy-project</artifactId>
    <version>1.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-project/
implementation 'org.owasp.antisamy:antisamy-project:1.5'
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-project/
implementation ("org.owasp.antisamy:antisamy-project:1.5")
'org.owasp.antisamy:antisamy-project:pom:1.5'
<dependency org="org.owasp.antisamy" name="antisamy-project" rev="1.5">
  <artifact name="antisamy-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp.antisamy', module='antisamy-project', version='1.5')
)
libraryDependencies += "org.owasp.antisamy" % "antisamy-project" % "1.5"
[org.owasp.antisamy/antisamy-project "1.5"]