<?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>br.com.cursiva.labs</groupId>
  <artifactId>rest</artifactId>
  <version>0.1</version>
  <name>Rest</name>
  <description>The Simplest - no dependency - REST Consumer for Groovy</description>
  <url>https://github.com/urutau/rest</url>
  <licenses>
    <license>
      <name>MIT Licence</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>volnei</id>
      <name>Volnei Granado Munhoz</name>
      <email>volnei.munhoz@gmail.com</email>
    </developer>
    <developer>
      <id>marciomunhoz</id>
      <name>Marcio Granado Munhoz</name>
      <email>marcio.munhoz@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/urutau/rest</connection>
    <developerConnection>scm:https://github.com/urutau/rest.git</developerConnection>
    <url>https://github.com/urutau/rest</url>
  </scm>
</project>
