Download androidsvg-1.2.2.jar file

Introduction

You can download androidsvg-1.2.2.jar in this page.

License

The Apache Software License, Version 2.0

Type List

androidsvg-1.2.2.jar file has the following types.

META-INF/MANIFEST.MF
com.caverock.androidsvg.CSSParser.class
com.caverock.androidsvg.IntegerParser.class
com.caverock.androidsvg.LibConfig.class
com.caverock.androidsvg.NumberParser.class
com.caverock.androidsvg.PreserveAspectRatio.class
com.caverock.androidsvg.SVG.class
com.caverock.androidsvg.SVGAndroidRenderer.class
com.caverock.androidsvg.SVGExternalFileResolver.class
com.caverock.androidsvg.SVGImageView.class
com.caverock.androidsvg.SVGParseException.class
com.caverock.androidsvg.SVGParser.class
com.caverock.androidsvg.SimpleAssetResolver.class

Pom

androidsvg-1.2.2.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.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <groupId>com.caverock</groupId>
    <artifactId>androidsvg</artifactId>
    <packaging>jar</packaging>
    <name>AndroidSVG</name>
    <version>1.2.2-beta-1</version>
    <description>AndroidSVG is an SVG rendering library for Android.</description>
    <url>http://code.google.com/p/androidsvg/</url>
    
    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <url>http://code.google.com/p/androidsvg/</url>
        <connection>scm:hg:https://code.google.com/p/androidsvg/</connection>
        <developerConnection>scm:hg:https://code.google.com/p/androidsvg/</developerConnection>
    </scm>

    <developers>
        <developer>
            <id>paullebeau</id>
            <name>Paul LeBeau</name>
            <email>paul.lebeau@gmail.com</email>
            <timezone>GMT+12</timezone>
            <roles></roles>
        </developer>
    </developers>

</project>

POM Entry

<dependency>
   <groupId>com.caverock</groupId>
   <artifactId>androidsvg</artifactId>
   <version>1.2.2</version>
</dependency>

Download

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



Download androidsvg-1.2.2.jar file




PreviousNext

Related