springboot项目公有依赖

聚合springboot项目开发过程中各种常用的依赖,方便用户在开发过程中的依赖导入

License

License

GroupId

GroupId

com.yishuifengxiao.common
ArtifactId

ArtifactId

common-depend
Last Version

Last Version

4.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

springboot项目公有依赖
聚合springboot项目开发过程中各种常用的依赖,方便用户在开发过程中的依赖导入
Project URL

Project URL

http://www.yishuifengxiao.com

Download common-depend

Filename Size
common-depend-4.0.0.pom 6 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.yishuifengxiao.common/common-depend/ -->
<dependency>
    <groupId>com.yishuifengxiao.common</groupId>
    <artifactId>common-depend</artifactId>
    <version>4.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/common-depend/
implementation 'com.yishuifengxiao.common:common-depend:4.0.0'
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/common-depend/
implementation ("com.yishuifengxiao.common:common-depend:4.0.0")
'com.yishuifengxiao.common:common-depend:pom:4.0.0'
<dependency org="com.yishuifengxiao.common" name="common-depend" rev="4.0.0">
  <artifact name="common-depend" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.yishuifengxiao.common', module='common-depend', version='4.0.0')
)
libraryDependencies += "com.yishuifengxiao.common" % "common-depend" % "4.0.0"
[com.yishuifengxiao.common/common-depend "4.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • boot-spring-boot-starter
  • cloud-spring-boot-starter
  • all-spring-boot-starter

Versions

Version
4.0.0
3.0.0
1.0.2
1.0.1
1.0.0