mirror of
https://abf.rosa.ru/djam/thrift.git
synced 2025-02-23 17:32:46 +00:00
30 lines
1.2 KiB
XML
30 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>org.apache.thrift</groupId>
|
|
<artifactId>libthrift</artifactId>
|
|
<version>0.18.1</version>
|
|
<name>Apache Thrift</name>
|
|
<description>Thrift is a software framework for scalable cross-language services development.</description>
|
|
<url>http://thrift.apache.org</url>
|
|
<licenses>
|
|
<license>
|
|
<name>The Apache Software License, Version 2.0</name>
|
|
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
|
|
<distribution>repo</distribution>
|
|
</license>
|
|
</licenses>
|
|
<developers>
|
|
<developer>
|
|
<id>dev</id>
|
|
<name>Apache Thrift Developers</name>
|
|
<email>dev@thrift.apache.org</email>
|
|
</developer>
|
|
</developers>
|
|
<scm>
|
|
<connection>scm:git:https://github.com/apache/thrift.git</connection>
|
|
<developerConnection>scm:git:git@github.com:apache/thrift.git</developerConnection>
|
|
<url>https://github.com/apache/thrift</url>
|
|
</scm>
|
|
</project>
|