parent

Parent pom providing dependency and plugin management for applications built with Maven.

License

License

GroupId

GroupId

com.github.drtrang
ArtifactId

ArtifactId

parent2
Last Version

Last Version

1.3.2
Release Date

Release Date

Type

Type

pom
Description

Description

parent
Parent pom providing dependency and plugin management for applications built with Maven.
Project URL

Project URL

https://github.com/drtrang/parent
Project Organization

Project Organization

trang
Source Code Management

Source Code Management

https://github.com/drtrang/parent

Download parent2

Filename Size
parent2-1.3.2.pom 49 KB
Browse

How to add to project

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

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.

Parent

Build Status Maven Central GitHub Release License

各个项目的公共依赖和插件,只支持 Java8。

依赖

<!-- spring boot 1.x -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>parent</artifactId>
    <version>1.2.3</version>
</dependency>

<!-- spring boot 2.x -->
<dependency>
    <groupId>com.github.drtrang</groupId>
    <artifactId>parent2</artifactId>
    <version>1.2.3</version>
</dependency>

迭代计划

跟随 spring-boot 的版本节奏,每当 spring-boot 发布新版本时会第一时间更新。

Versions

Version
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1