chis4cloud-api
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>fit.chis.cloud</groupId>
<artifactId>chis4cloud-api</artifactId>
<version>3.6.2.9</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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>fit.chis.cloud</groupId>
<artifactId>chis4cloud</artifactId>
<version>3.6.2.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>chis4cloud-api</artifactId>
<packaging>pom</packaging>
<description>
chis4cloud-api系统接口
</description>
<modules>
<module>chis4cloud-api-mz</module>
<module>chis4cloud-api-system</module>
<module>chis4cloud-api-hsambs</module>
<module>chis4cloud-api-localhos</module>
<module>chis4cloud-api-mz-v2</module>
</modules>
</project>