Home | History | Annotate | Download | only in 1.2.6
      1 <?xml version="1.0" encoding="UTF-8"?>
      2 <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
      3   <modelVersion>4.0.0</modelVersion>
      4   <groupId>com.yqritc</groupId>
      5   <artifactId>recyclerview-flexibledivider</artifactId>
      6   <version>1.2.6</version>
      7   <packaging>aar</packaging>
      8   <name>recyclerview-flexibledivider</name>
      9   <description>Android library providing simple way to control divider items of RecyclerView</description>
     10   <url>https://github.com/yqritc/RecyclerView-FlexibleDivider</url>
     11   <issueManagement>
     12     <system>github</system>
     13     <url>https://github.com/yqritc/RecyclerView-FlexibleDivider/issues</url>
     14   </issueManagement>
     15   <scm>
     16     <url>git (a] github.com:yqritc/RecyclerView-FlexibleDivider.git</url>
     17     <connection>scm:git (a] github.com:yqritc/RecyclerView-FlexibleDivider.git</connection>
     18     <developerConnection>scm:git (a] github.com:yqritc/RecyclerView-FlexibleDivider.git</developerConnection>
     19   </scm>
     20   <licenses>
     21     <license>
     22       <name>The Apache Software License, Version 2.0</name>
     23       <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
     24       <distribution>repo</distribution>
     25     </license>
     26   </licenses>
     27   <developers>
     28     <developer>
     29       <id>yqritc</id>
     30       <name>yqritc</name>
     31       <email>yqritc (a] gmail.com</email>
     32     </developer>
     33   </developers>
     34 </project>
     35