g42cloud-sdk-cdn
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.g42cloud-sdk</groupId>
<artifactId>g42cloud-sdk-cdn</artifactId>
<version>0.0.10-beta</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>io.github.g42cloud-sdk</groupId> <version>0.0.10-beta</version> <artifactId>g42cloud-sdk-services</artifactId> <relativePath>..</relativePath> </parent> <artifactId>g42cloud-sdk-cdn</artifactId> <version>0.0.10-beta</version> <name>G42 Cloud SDK for CDN</name> <modelVersion>4.0.0</modelVersion> <packaging>jar</packaging> <dependencies> <dependency> <groupId>io.github.g42cloud-sdk</groupId> <artifactId>g42cloud-sdk-core</artifactId> <version>0.0.10-beta</version> </dependency> </dependencies> </project>