Download antisamy-1.5.3.jar file

Introduction

You can download antisamy-1.5.3.jar in this page.

License

Open Source

Type List

antisamy-1.5.3.jar file has the following types.

AntiSamy_de_DE.properties
AntiSamy_en_AU.properties
AntiSamy_en_CA.properties
AntiSamy_en_GB.properties
AntiSamy_en_US.properties
AntiSamy_es_MX.properties
AntiSamy_it_IT.properties
AntiSamy_no_NB.properties
AntiSamy_pt_BR.properties
AntiSamy_pt_PT.properties
AntiSamy_ru_RU.properties
AntiSamy_zh_CN.properties
META-INF/MANIFEST.MF
META-INF/maven/org.owasp.antisamy/antisamy/pom.properties
META-INF/maven/org.owasp.antisamy/antisamy/pom.xml
antisamy.xsd
org.owasp.validator.css.CssHandler.class
org.owasp.validator.css.CssScanner.class
org.owasp.validator.css.CssValidator.class
org.owasp.validator.css.ExternalCssScanner.class
org.owasp.validator.css.UnknownSelectorException.class
org.owasp.validator.html.AntiSamy.class
org.owasp.validator.html.CleanResults.class
org.owasp.validator.html.InternalPolicy.class
org.owasp.validator.html.Policy.class
org.owasp.validator.html.PolicyException.class
org.owasp.validator.html.ScanException.class
org.owasp.validator.html.TagMatcher.class
org.owasp.validator.html.model.AntiSamyPattern.class
org.owasp.validator.html.model.Attribute.class
org.owasp.validator.html.model.Property.class
org.owasp.validator.html.model.Tag.class
org.owasp.validator.html.scan.ASHTMLSerializer.class
org.owasp.validator.html.scan.ASXHTMLSerializer.class
org.owasp.validator.html.scan.AbstractAntiSamyScanner.class
org.owasp.validator.html.scan.AntiSamyDOMScanner.class
org.owasp.validator.html.scan.AntiSamySAXScanner.class
org.owasp.validator.html.scan.Constants.class
org.owasp.validator.html.scan.MagicSAXFilter.class
org.owasp.validator.html.util.ErrorMessageUtil.class
org.owasp.validator.html.util.HTMLEntityEncoder.class
org.owasp.validator.html.util.URIUtils.class
org.owasp.validator.html.util.XMLUtil.class

Pom

antisamy-1.5.3.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <parent>
        <groupId>org.owasp.antisamy</groupId>
        <artifactId>antisamy-project</artifactId>
        <version>1.5.3</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.owasp.antisamy</groupId>
    <artifactId>antisamy</artifactId>
    <packaging>jar</packaging>
    <version>1.5.3</version>
    <name>OWASP AntiSamy</name>
    <dependencies>
        <dependency>
            <groupId>org.owasp.antisamy</groupId>
            <artifactId>antisamy-sample-configs</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.xmlgraphics</groupId>
            <artifactId>batik-css</artifactId>
        </dependency>
        <dependency>
            <groupId>net.sourceforge.nekohtml</groupId>
            <artifactId>nekohtml</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-httpclient</groupId>
            <artifactId>commons-httpclient</artifactId>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <type>jar</type>
            <scope>test</scope>
        </dependency>
    </dependencies>
    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-jar-plugin</artifactId>
                <configuration>
                    <archive>
                        <manifest>
                            <mainClass>org.owasp.validator.html.AntiSamy</mainClass>
                            <packageName>org.owasp.validator.html</packageName>
                            <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
                            <classpathPrefix />
                        </manifest>
                    </archive>
                </configuration>
            </plugin>
        </plugins>
    </build>
</project>

POM Entry

<dependency>
   <groupId>org.owasp.antisamy</groupId>
   <artifactId>antisamy</artifactId>
   <version>1.5.3</version>
</dependency>

Download

If you think the following antisamy-1.5.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download antisamy-1.5.3.jar file




PreviousNext

Related