Last Version

common-maven-parent 4

定义常用maven配置信息,省时好用。

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.leeyazhou
ArtifactId

ArtifactId

common-maven-parent
Version

Version

4
Type

Type

pom
Description

Description

common-maven-parent
定义常用maven配置信息,省时好用。
Project URL

Project URL

https://github.com/leeyazhou/common-maven-parent.git

Download common-maven-parent 4

Filename Size
common-maven-parent-4.pom 17 KB
Browse

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

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.