<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.om.html</groupId>
  <artifactId>htmlimage</artifactId>
  <version>1.0.0</version>
  <packaging>aar</packaging>
  <name>com.om.html:htmlimage</name>
  <description>HtmlImage is view in android. This view have various options of shape for image display like image circle,rounded and rectangle. In rounded using radius field for how many bit is round the corner of image. HtmlImage is capable to load image from network asynchronous, resource etc.</description>
  <url>https://sureksd.github.io/HtmlImageDemo/</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>sureksd</id>
      <name>Surendra Sharma</name>
      <email>sureksd@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/sureksd/HtmlImageDemo.git</connection>
    <developerConnection>https://github.com/sureksd/HtmlImageDemo.git</developerConnection>
    <url>https://sureksd.github.io/HtmlImageDemo/</url>
  </scm>
</project>
