The common parent pom

This is a common parent pom provides support for open-source software project.

License

License

GroupId

GroupId

me.sundp
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

pom
Description

Description

The common parent pom
This is a common parent pom provides support for open-source software project.
Project Organization

Project Organization

Dapeng Sun
Source Code Management

Source Code Management

https://github.com/sundapeng/maven-parent.git

Download parent

Filename Size
parent-1.0.pom 14 KB
Browse

How to add to project

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

Versions

Version
1.0