libthrift-as3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift-as3</artifactId>
<version>0.13.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.thrift</groupId>
<artifactId>libthrift-as3</artifactId>
<version>0.13.0</version>
<packaging>swc</packaging>
<description>Thrift is a software framework for scalable cross-language services development.</description>
<name>Apache Thrift</name>
<url>http://thrift.apache.org/</url>
<scm>
<url>https://github.com/apache/thrift/</url>
<connection>scm:git:https://github.com/apache/thrift.git</connection>
<developerConnection>scm:git:git@github.com:apache/thrift.git</developerConnection>
</scm>
<issueManagement>
<url>https://issues.apache.org/jira/projects/THRIFT/</url>
<system>Jira</system>
</issueManagement>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>[]</url>
</license>
</licenses>
<organization>
<name>The Apache Software Foundation</name>
<url>http://www.apache.org/</url>
</organization>
<developers>
<developer>
<id>dev</id>
<name>Apache Thrift Developers</name>
<email>dev@thrift.apache.org</email>
</developer>
</developers>
</project>