github.com/n1ghtfa1l/go-vnt@v0.6.4-alpha.6/build/mvn.pom (about)

     1  <project xmlns="http://maven.apache.org/POM/4.0.0"
     2    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     3    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
     4                        http://maven.apache.org/xsd/maven-4.0.0.xsd">
     5    <modelVersion>4.0.0</modelVersion>
     6  
     7    <groupId>io.vntchain</groupId>
     8    <artifactId>gvnt</artifactId>
     9    <version>{{.Version}}</version>
    10    <packaging>aar</packaging>
    11  
    12    <name>Android VNT Client</name>
    13    <description>Android port of the go-vnt libraries and node</description>
    14    <url>https://github.com/vntchain/go-vnt</url>
    15    <inceptionYear>2019</inceptionYear>
    16  
    17    <licenses>
    18      <license>
    19        <name>GNU Lesser General Public License, Version 3.0</name>
    20        <url>https://www.gnu.org/licenses/lgpl-3.0.en.html</url>
    21        <distribution>repo</distribution>
    22      </license>
    23    </licenses>
    24  
    25    <organization>
    26      <name>VNT</name>
    27      <url>https://vntchain.io</url>
    28    </organization>
    29  
    30    <developers>
    31    </developers>
    32  
    33    <contributors>{{range .Contributors}}
    34      <contributor>
    35        <name>{{.Name}}</name>
    36        <email>{{.Email}}</email>
    37      </contributor>{{end}}
    38    </contributors>
    39  
    40    <issueManagement>
    41      <system>GitHub Issues</system>
    42      <url>https://github.com/vntchain/go-vnt/issues/</url>
    43    </issueManagement>
    44  
    45    <scm>
    46      <url>https://github.com/vntchain/go-vnt</url>
    47    </scm>
    48  </project>