keedio shaded parent

Common maven parent for all those projects requiring maven shade plugin to automatically relocate all dependencies.

License

License

GroupId

GroupId

org.keedio
ArtifactId

ArtifactId

keedio-shaded-parent
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

pom
Description

Description

keedio shaded parent
Common maven parent for all those projects requiring maven shade plugin to automatically relocate all dependencies.
Project URL

Project URL

https://github.com/keedio/keedio-shaded-parent
Source Code Management

Source Code Management

https://github.com/keedio/keedio-shaded-parent

Download keedio-shaded-parent

How to add to project

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

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.

Keedio Shaded Parent

Common maven parent for all those projects requiring maven shade plugin to automatically relocate all dependencies.

Usage

Add the following parent to your project:

<parent>
    <groupId>org.keedio</groupId>
    <artifactId>keedio-shaded-parent</artifactId>
    <version>0.1.0</version>
</parent>
org.keedio

keedio

Versions

Version
0.1.1
0.1.0