License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdicu.easyj.boot |
ArtifactId | ArtifactIdeasyj-spring-boot-parent |
Version | Version0.1.1 |
Type | Typepom |
Description |
Descriptionicu.easyj.boot :: easyj-spring-boot-parent
为了在spring-boot项目中,更方便的使用EasyJ的功能,
此项目提供了EasyJ每个功能的starter,方便快速引用功能所需的依赖同时提供了自动装配类。
同时,一些仅spring-boot项目才能用的功能,都在此仓库中开发和维护。
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easyj-spring-boot-parent-0.1.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-parent/ -->
<dependency>
<groupId>icu.easyj.boot</groupId>
<artifactId>easyj-spring-boot-parent</artifactId>
<version>0.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-parent/
implementation 'icu.easyj.boot:easyj-spring-boot-parent:0.1.1'
// https://jarcasting.com/artifacts/icu.easyj.boot/easyj-spring-boot-parent/
implementation ("icu.easyj.boot:easyj-spring-boot-parent:0.1.1")
'icu.easyj.boot:easyj-spring-boot-parent:pom:0.1.1'
<dependency org="icu.easyj.boot" name="easyj-spring-boot-parent" rev="0.1.1">
<artifact name="easyj-spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='icu.easyj.boot', module='easyj-spring-boot-parent', version='0.1.1')
)
libraryDependencies += "icu.easyj.boot" % "easyj-spring-boot-parent" % "0.1.1"
[icu.easyj.boot/easyj-spring-boot-parent "0.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.jupiter : junit-jupiter-params | jar | |
org.junit.platform : junit-platform-launcher | jar | |
org.mockito : mockito-core | jar | |
org.mockito : mockito-junit-jupiter | jar | |
org.assertj : assertj-core | jar |