openapi-framework-common
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.acooly</groupId> <artifactId>openapi-framework-common</artifactId> <version>5.2.10</version> </dependency>
<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/maven-v4_0_0.xsd"> <parent> <artifactId>openapi-framework</artifactId> <groupId>com.acooly</groupId> <version>5.2.10</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>openapi-framework-common</artifactId> <version>5.2.10</version> <name>openapi-framework-common</name> <description>OpenApi平台公共资源和工具封装</description> <url>https://github.com/acooly/openapi-framework</url> <licenses> <license> <name>MIT License</name> <url>https://opensource.org/license/MIT</url> </license> </licenses> <developers> <developer> <id>zhangpu</id> <name>Alex</name> <email>zpuser@gmail.com</email> </developer> </developers> <scm> <connection>https://github.com/acooly/openapi-framework</connection> <developerConnection>scm:git:https://github.com/acooly/openapi-framework.git</developerConnection> <url>https://github.com/acooly/openapi-framework</url> </scm> <dependencies> <!-- 模块依赖 --> <dependency> <groupId>com.acooly</groupId> <artifactId>openapi-framework-common-util</artifactId> <version>${project.parent.version}</version> </dependency> <dependency> <groupId>com.acooly</groupId> <artifactId>acooly-core</artifactId> <version>${acooly.version}</version> </dependency> <dependency> <groupId>com.acooly</groupId> <artifactId>acooly-component-filterchain</artifactId> <version>${acooly.version}</version> </dependency> <dependency> <groupId>commons-validator</groupId> <artifactId>commons-validator</artifactId> <version>1.7</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> <version>${httpclient.version}</version> </dependency> <dependency> <groupId>org.perf4j</groupId> <artifactId>perf4j</artifactId> <version>0.9.16</version> </dependency> </dependencies> </project>