MVN

com.github.heavensay : treasure-base

Maven & Gradle

May 08, 2019
0 stars

xxx公司基础pom,用来设置maven环境,设置deploy分发环境

<dependency>
    <groupId>com.github.heavensay</groupId>
    <artifactId>treasure-base</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.heavensay : treasure-base to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of com.github.heavensay : treasure-base to add to Maven - All Versions:

Version Vulnerabilities Updated
1
treasure-base-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.heavensay</groupId>
    <artifactId>treasure-base</artifactId>
    <version>1</version>
</dependency>