apollo-client-extend-adapter
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.gittors</groupId>
<artifactId>apollo-client-extend-adapter</artifactId>
<version>1.3.0</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">
<parent>
<groupId>com.github.gittors</groupId>
<artifactId>apollo-client-extend-parent</artifactId>
<version>1.3.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>apollo-client-extend-adapter</artifactId>
<packaging>pom</packaging>
<modules>
<module>apollo-client-extend-higher-adapter</module>
<module>apollo-client-extend-lower-adapter</module>
<module>apollo-client-extend-common-adapter</module>
<module>apollo-client-extend-version-adapter</module>
</modules>
<dependencies>
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-client</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</project>