easier-framework-application
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.lizhian</groupId>
<artifactId>easier-framework-application</artifactId>
<version>2.7.2023.1</version>
</dependency><project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.github.lizhian</groupId>
<artifactId>easier-framework-parent</artifactId>
<version>2.7.2023.1</version>
</parent>
<artifactId>easier-framework-application</artifactId>
<dependencies>
<dependency>
<groupId>io.github.lizhian</groupId>
<artifactId>easier-framework-core</artifactId>
</dependency>
<dependency>
<groupId>io.github.lizhian</groupId>
<artifactId>easier-framework-starter-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.github.lizhian</groupId>
<artifactId>easier-framework-starter-cache</artifactId>
</dependency>
<dependency>
<groupId>io.github.lizhian</groupId>
<artifactId>easier-framework-starter-job</artifactId>
</dependency>
<dependency>
<groupId>io.github.lizhian</groupId>
<artifactId>easier-framework-starter-logging</artifactId>
</dependency>
<dependency>
<groupId>io.github.lizhian</groupId>
<artifactId>easier-framework-starter-web</artifactId>
</dependency>
</dependencies>
</project>