sog-apollo-client
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.aijavaer</groupId>
<artifactId>sog-apollo-client</artifactId>
<version>2.2.15</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>
<artifactId>sog-base</artifactId>
<groupId>io.github.aijavaer</groupId>
<version>2.2.15</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>sog-apollo-client</artifactId>
<description>Apollo Client 自定义实现</description>
<dependencies>
<!--内部依赖-->
<dependency>
<groupId>io.github.aijavaer</groupId>
<artifactId>sog-commons</artifactId>
</dependency>
<!--apollo-client-->
<!--
<dependency>
<groupId>com.ctrip.framework.apollo</groupId>
<artifactId>apollo-client</artifactId>
</dependency>
-->
</dependencies>
</project>