drift-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.facebook.drift</groupId>
<artifactId>drift-api</artifactId>
<version>1.46</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.facebook.drift</groupId>
<artifactId>drift-root</artifactId>
<version>1.46</version>
</parent>
<artifactId>drift-api</artifactId>
<name>drift-api</name>
<description>Drift annotations and exceptions for use in Thrift interfaces and types</description>
<packaging>jar</packaging>
<properties>
<air.main.basedir>${project.parent.basedir}</air.main.basedir>
</properties>
<dependencies>
<!-- no dependencies for API -->
</dependencies>
</project>