illucIT Maven parent

Parent Maven artifact for all illucIT projects with Maven.

License

License

GroupId

GroupId

com.illucit
ArtifactId

ArtifactId

illucit-parent
Last Version

Last Version

4
Release Date

Release Date

Type

Type

pom
Description

Description

illucIT Maven parent
Parent Maven artifact for all illucIT projects with Maven.
Project URL

Project URL

https://www.illucit.com
Project Organization

Project Organization

illucIT Software GmbH
Source Code Management

Source Code Management

https://github.com/illucIT/maven-illucit-parent

Download illucit-parent

Filename Size
illucit-parent-4.pom 7 KB
Browse

How to add to project

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

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.

illucIT Logo

illucIT Parent: Parent Maven Project

Maven Central

Author: Christian Simon <[email protected]>
Copyright: illucIT Software GmbH
URL: www.illucit.com
License: The Apache License, Version 2.0

What is it?

A simple maven project containing all relevant maven build configurations and default settings for illucIT Maven artifacts.

Use it

To use this as your maven parent, set the following parent tag in you Maven pom.xml:

<parent>
    <groupId>com.illucit</groupId>
    <artifactId>illucit-parent</artifactId>
    <version>4</version>
</parent>
com.illucit

illucIT Software GmbH

agile - smart - reliable

Versions

Version
4
3