Organisation Parent pom.xml

A Maven parent pom where define common lifecycle for these projects

License

License

GroupId

GroupId

com.github.nfalco79
ArtifactId

ArtifactId

parent
Last Version

Last Version

1.0.0-beta1
Release Date

Release Date

Type

Type

pom
Description

Description

Organisation Parent pom.xml
A Maven parent pom where define common lifecycle for these projects
Project URL

Project URL

https://github.com/nfalco79/parent-pom
Source Code Management

Source Code Management

https://github.com/nfalco79/parent-pom

Download parent

Filename Size
parent-1.0.0-beta1.pom 22 KB
Browse

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.mockito : mockito-core jar 4.3.1
org.assertj : assertj-core jar 3.22.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0-beta1