core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.aqiu202</groupId> <artifactId>core</artifactId> <version>1.2.0</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> <artifactId>aqiu-spring-boot-starter-parent</artifactId> <groupId>com.github.aqiu202</groupId> <version>1.2.0</version> <relativePath>../aqiu-spring-boot-starter-parent/pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>core</artifactId> <packaging>pom</packaging> <modules> <module>captcha</module> <module>spring-aop-core</module> <module>qlock-core</module> <module>ttl-cache-core</module> <module>id-generator-core</module> <module>pageable-core</module> <module>zk-curator-core</module> <module>spring-utils</module> <module>codec-utils</module> <module>basic-utils</module> <module>bean-utils</module> </modules> </project>