<?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.myvolley</groupId>
  <artifactId>MyVolley</artifactId>
  <version>1.0.8-beta-1</version>
  <packaging>aar</packaging>
  <name>MyVolley</name>
  <description>This library makes easy to send network requests having Json data with java/kotlin objects directly without requiring any manual conversion from Java/Kotlin objects to json. You can send Multipart/form-data request too using this library. This library uses Volley library internally to send network requests.</description>
  <url>https://github.com/rastogitech/MyVolley-Kotlin</url>
  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rastogitech</id>
      <name>Rahul Rastogi</name>
      <email>rastogi.tech@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/rastogitech/MyVolley-Kotlin.git</connection>
    <developerConnection>https://github.com/rastogitech/MyVolley-Kotlin.git</developerConnection>
    <url>https://github.com/rastogitech/MyVolley-Kotlin</url>
  </scm>
</project>
