MVN

icu.easyj.boot : spring-boot-project

Maven & Gradle

Jul 18, 2023
3 stars

icu.easyj.boot :: spring-boot-project · 为了在spring-boot项目中,更方便的使用EasyJ的功能, 此项目提供了EasyJ每个功能的starter,方便快速引用功能所需的依赖同时提供了自动装配类。 同时,一些仅spring-boot项目才能用的功能,都在此仓库中开发和维护。

<dependency>
    <groupId>icu.easyj.boot</groupId>
    <artifactId>spring-boot-project</artifactId>
    <version>0.7.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of icu.easyj.boot : spring-boot-project to add to Maven - Latest Versions:

  • Latest Stable: 0.7.6

All Versions

Choose a version of icu.easyj.boot : spring-boot-project to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
spring-boot-project-0.7.6
spring-boot-project-0.7.5-for-springboot3
spring-boot-project-0.7.5
spring-boot-project-0.7.4
spring-boot-project-0.7.3
spring-boot-project-0.7.2
spring-boot-project-0.7.1
spring-boot-project-0.7.0
0.6.x
spring-boot-project-0.6.9
spring-boot-project-0.6.8
spring-boot-project-0.6.7
spring-boot-project-0.6.6
spring-boot-project-0.6.5
spring-boot-project-0.6.4
spring-boot-project-0.6.3
spring-boot-project-0.6.2
spring-boot-project-0.6.1
spring-boot-project-0.6.0
0.5.x
spring-boot-project-0.5.9
spring-boot-project-0.5.8
spring-boot-project-0.5.7
spring-boot-project-0.5.6
spring-boot-project-0.5.5
spring-boot-project-0.5.4
spring-boot-project-0.5.3
spring-boot-project-0.5.2
spring-boot-project-0.5.1
spring-boot-project-0.5.0
0.4.x
spring-boot-project-0.4.9
spring-boot-project-0.4.8
spring-boot-project-0.4.7
spring-boot-project-0.4.6
spring-boot-project-0.4.5
spring-boot-project-0.4.4
spring-boot-project-0.4.3
spring-boot-project-0.4.2
spring-boot-project-0.4.1
spring-boot-project-0.4.0
0.3.x
spring-boot-project-0.3.9
spring-boot-project-0.3.8
spring-boot-project-0.3.7
spring-boot-project-0.3.6
spring-boot-project-0.3.5
spring-boot-project-0.3.4
spring-boot-project-0.3.3
spring-boot-project-0.3.2
spring-boot-project-0.3.1
spring-boot-project-0.3.0
0.2.x
spring-boot-project-0.2.9
spring-boot-project-0.2.8
spring-boot-project-0.2.7
spring-boot-project-0.2.6
spring-boot-project-0.2.5
spring-boot-project-0.2.4
spring-boot-project-0.2.3
spring-boot-project-0.2.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>icu.easyj.boot</groupId>
    <artifactId>spring-boot-project</artifactId>
    <version>0.7.6</version>
</dependency>

Advertisement