plugin-ctyun
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>cn.com.jeeweb</groupId> <artifactId>plugin-ctyun</artifactId> <version>1.0.2</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>cn.com.jeeweb</groupId> <artifactId>jeeweb-oss</artifactId> <version>1.1.5</version> <relativePath /> </parent> <artifactId>plugin-ctyun</artifactId> <version>1.0.2</version> <description>天翼云 API</description> <properties> <maven.compiler.source>8</maven.compiler.source> <maven.compiler.target>8</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <dependencies> <dependency> <groupId>cn.com.jeeweb</groupId> <artifactId>common-http</artifactId> <version>1.4.4</version> </dependency> <dependency> <groupId>com.ffcs.ebp.ebpsdk</groupId> <artifactId>ebpsdk</artifactId> <version>1.0.0</version> <scope>system</scope> <systemPath>${project.basedir}/lib/ebpsdk-1.0.0.jar</systemPath> </dependency> <!--<dependency> <groupId>com.ffcs.ebp.ebpsdk</groupId> <artifactId>ai-api-sign-sdk</artifactId> <version>1.0.2</version> <scope>system</scope> <systemPath>${project.basedir}/src/lib/ai-api-sign-sdk-1.0.2.jar</systemPath> </dependency> <dependency> <groupId>cn.ctyun.ctapi</groupId> <artifactId>ctapi_sdk_java</artifactId> <version>1.0.2</version> <scope>system</scope> <systemPath>${project.basedir}/src/lib/ctapi_sdk_java.jar</systemPath> </dependency>--> <dependency> <groupId>com.alibaba.fastjson2</groupId> <artifactId>fastjson2</artifactId> <version>2.0.51</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13.2</version> <scope>test</scope> </dependency> </dependencies> <build> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>3.3.0</version> </plugin> </plugins> </build> </project>