12345678910111213141516171819202122232425262728293031323334 |
- <?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>com.donut.plugin</groupId>
- <artifactId>wxf1a06dafa3350688</artifactId>
- <version>1.0.55</version>
- <packaging>aar</packaging>
- <dependencies>
- <dependency>
- <groupId>io.github.jeremyliao</groupId>
- <artifactId>live-event-bus-x</artifactId>
- <version>1.8.0</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>io.github.FailedToRead</groupId>
- <artifactId>intermodal-release</artifactId>
- <version>1.0.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>io.github.FailedToRead</groupId>
- <artifactId>oaid_sdk_1.0.25</artifactId>
- <version>1.0.1</version>
- <scope>compile</scope>
- </dependency>
- <dependency>
- <groupId>io.github.FailedToRead</groupId>
- <artifactId>huawei-maven-release</artifactId>
- <version>1.0.2</version>
- <scope>compile</scope>
- </dependency>
- </dependencies>
- </project>
|