is not current version
Last Version 0.6.8

icu.easyj.boot:spring-boot-project 0.5.7

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

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

icu.easyj.boot
ArtifactId

ArtifactId

spring-boot-project
Version

Version

0.5.7
Type

Type

pom

Download spring-boot-project 0.5.7


<!-- https://jarcasting.com/artifacts/icu.easyj.boot/spring-boot-project/ -->
<dependency>
    <groupId>icu.easyj.boot</groupId>
    <artifactId>spring-boot-project</artifactId>
    <version>0.5.7</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/spring-boot-project/
implementation 'icu.easyj.boot:spring-boot-project:0.5.7'
// https://jarcasting.com/artifacts/icu.easyj.boot/spring-boot-project/
implementation ("icu.easyj.boot:spring-boot-project:0.5.7")
'icu.easyj.boot:spring-boot-project:pom:0.5.7'
<dependency org="icu.easyj.boot" name="spring-boot-project" rev="0.5.7">
  <artifact name="spring-boot-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='spring-boot-project', version='0.5.7')
)
libraryDependencies += "icu.easyj.boot" % "spring-boot-project" % "0.5.7"
[icu.easyj.boot/spring-boot-project "0.5.7"]