phoenix-parent

myoss open source project, phoenix parent written in Java

License

License

GroupId

GroupId

com.github.myoss
ArtifactId

ArtifactId

phoenix-parent
Last Version

Last Version

1.1.3.RELEASE
Release Date

Release Date

Type

Type

pom
Description

Description

phoenix-parent
myoss open source project, phoenix parent written in Java
Project URL

Project URL

https://github.com/myoss/phoenix-parent
Source Code Management

Source Code Management

https://github.com/myoss/phoenix-parent

Download phoenix-parent

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.springframework.boot : spring-boot-configuration-processor Optional jar 2.0.4.RELEASE
org.apache.commons : commons-lang3 jar 3.7
org.projectlombok : lombok jar 1.16.22

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test Optional jar 2.0.4.RELEASE

Project Modules

There are no modules declared in this project.

spring-boot-build

Maven Central GitHub release License

Documentation

Download

Maven

<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>spring-boot-build</artifactId>
    <version>2020.0.0.RELEASE</version>
</dependency>
<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>myoss-spring-boot-parent</artifactId>
    <version>2020.0.0.RELEASE</version>
</dependency>
<dependency>
    <groupId>app.myoss.cloud</groupId>
    <artifactId>myoss-cloud-dependencies</artifactId>
    <version>2020.0.0.RELEASE</version>
</dependency>

Usage

  1. pom.xml 继承的方式

        <parent>
            <groupId>app.myoss.cloud</groupId>
            <artifactId>myoss-spring-boot-parent</artifactId>
            <version>2020.0.0.RELEASE</version>
        </parent>
  2. pom.xml 使用 import 的方式

        <dependencyManagement>
            <dependencies>
                <dependency>
                    <groupId>app.myoss.cloud</groupId>
                    <artifactId>myoss-cloud-dependencies</artifactId>
                    <version>${myoss-cloud-dependencies.version}</version>
                    <type>pom</type>
                    <scope>import</scope>
                </dependency>
            </dependencies>
        </dependencyManagement>

Versions

Version
1.1.3.RELEASE
1.1.2.RELEASE
1.1.1.RELEASE
1.1.0.RELEASE
1.0.1
1.0.0