com.github.hemantsonu20:hemantsonu20-parent

A parent pom for maven based projects under this account

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

com.github.hemantsonu20
ArtifactId

ArtifactId

hemantsonu20-parent
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

com.github.hemantsonu20:hemantsonu20-parent
A parent pom for maven based projects under this account
Project URL

Project URL

https://github.com/hemantsonu20/hemantsonu20-parent
Source Code Management

Source Code Management

https://github.com/hemantsonu20/hemantsonu20-parent

Download hemantsonu20-parent

How to add to project

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

Java CI with Maven Maven Central

hemantsonu20-parent

A parent pom for maven based projects for maven central release.
This pom mainly defines plugins required for maven central releases.

Usage

Define this plugin as a parent in your pom.xml.

<parent>
  <groupId>com.github.hemantsonu20</groupId>
  <artifactId>hemantsonu20-parent</artifactId>
  <version>2.0.0</version>
</parent>

Contributing

See Contributing Guidelines

License

Apache License Version 2.0

Versions

Version
2.0.0