weteam-dependencies

this is maven project dependencies pom define of weteam, and base on spring-boot 2.x. 这是一个基于 Maven 的依赖版本管理 Pom 构建,基于 Spring-Boot/Cloud 2.x

License

License

GroupId

GroupId

me.weteam
ArtifactId

ArtifactId

weteam-dependencies
Last Version

Last Version

1.5.0
Release Date

Release Date

Type

Type

pom
Description

Description

weteam-dependencies
this is maven project dependencies pom define of weteam, and base on spring-boot 2.x. 这是一个基于 Maven 的依赖版本管理 Pom 构建,基于 Spring-Boot/Cloud 2.x
Project URL

Project URL

https://github.com/gumutianqi/weteam-dependencies
Source Code Management

Source Code Management

https://github.com/gumutianqi/weteam-dependencies.git

Download weteam-dependencies

How to add to project

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

Dependencies

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

Project Modules

There are no modules declared in this project.

weteam-dependencies

项目介绍

这是一个基于 Maven 的依赖版本管理 Pom 构建,基于 Spring-Boot/Cloud 2.x。

软件架构

Maven Pom 版本依赖,包含版本声明和常用依赖声明,以及 Maven Plugin 管理;

基于 Spring-Boot/Cloud 2.x

安装教程

当前版本号: 1.0.0

 <dependency>
    <groupId>me.weteam</groupId>
    <artifactId>weteam-dependencies</artifactId>
    <version>1.0.0</version>
 </dependency>

参与贡献

  1. Fork 本项目
  2. 新建 feature_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

关于本项目

Author : LarryKoo [email protected]

Blog: https://gumitianqi.github.io/blog/

Versions

Version
1.5.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.1.0
1.0.0