org.tunnat.maven:parent

Simon's Parent POM

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

org.tunnat.maven
ArtifactId

ArtifactId

parent
Last Version

Last Version

3
Release Date

Release Date

Type

Type

pom
Description

Description

org.tunnat.maven:parent
Simon's Parent POM
Project URL

Project URL

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

Source Code Management

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

Download parent

Filename Size
parent-3.pom 10 KB
Browse

How to add to project

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

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.

Simon's Parent POM

Build License Bintray JCenter Maven Central

This is the parent POM that all my (future) java projects inherit from.

Requirements

  • Java Version 8 or later (the project is build against JDK 8, 11 and 15)

Usage

Add the following snippet to your pom.xml:

<parent>
    <groupId>org.tunnat</groupId>
    <artifactId>maven-parent</artifactId> 
    <version>LATEST</version>
</parent>

Legal

Copyright 2016 Simon Tunnat

Licensed under the Apache License, Version 2.0.

Versions

Version
3
1.2