maven-parent

Parent POM file for Java 8+ Maven projects

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.subchen
ArtifactId

ArtifactId

maven-parent
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

maven-parent
Parent POM file for Java 8+ Maven projects
Project URL

Project URL

https://github.com/subchen/maven-parent
Source Code Management

Source Code Management

https://github.com/subchen/maven-parent

Download maven-parent

Filename Size
maven-parent-1.0.0.pom 10 KB
Browse

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.8

Project Modules

There are no modules declared in this project.

maven-parent

This is a parent POM file for Java 8+ Maven projects

Versions

Version
1.0.0