com.github.rebue.common-pom:common-parent

普通Maven项目(非Spring Boot的项目)的父项目

License

License

GroupId

GroupId

com.github.rebue.common-pom
ArtifactId

ArtifactId

common-parent
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

普通Maven项目(非Spring Boot的项目)的父项目

Download common-parent

Filename Size
common-parent-1.1.0.pom 835 bytes
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-parent/ -->
<dependency>
    <groupId>com.github.rebue.common-pom</groupId>
    <artifactId>common-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-parent/
implementation 'com.github.rebue.common-pom:common-parent:1.1.0'
// https://jarcasting.com/artifacts/com.github.rebue.common-pom/common-parent/
implementation ("com.github.rebue.common-pom:common-parent:1.1.0")
'com.github.rebue.common-pom:common-parent:pom:1.1.0'
<dependency org="com.github.rebue.common-pom" name="common-parent" rev="1.1.0">
  <artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.rebue.common-pom', module='common-parent', version='1.1.0')
)
libraryDependencies += "com.github.rebue.common-pom" % "common-parent" % "1.1.0"
[com.github.rebue.common-pom/common-parent "1.1.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.

common-pom

[TOC]

1. 简介

maven项目常用pom.xml文件

2. 结构

                       spring-boot-starter-parent
                                   │
                                   │
                               common-pom
                                   │
    ┌───────┬────────┬─────────────┤
    │       │        │             │
    │       │        │             │
  wheel    mbgx   robotech         │
                                   │
                            sb-dependencies
                                   │
                        ┌──────────┤
                        │          │
                        │          │
                       sbs         │
                                   │
                               sb-parent
                                   │
                                   │
                                  scx

Versions

Version
1.1.0
1.0.9
1.0.7
1.0.6
1.0.5