TableLayout Parent POM

The parent pom for table-layout projects

License

License

The Clearthought Software License, Version 2.0
GroupId

GroupId

info.clearthought
ArtifactId

ArtifactId

table-layout-parent
Last Version

Last Version

1
Release Date

Release Date

Type

Type

pom
Description

Description

TableLayout Parent POM
The parent pom for table-layout projects
Project URL

Project URL

https://github.com/nerro/table-layout-parent
Source Code Management

Source Code Management

https://github.com/nerro/table-layout-parent

Download table-layout-parent

How to add to project

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

Introduction

Build Status

This project contains share parent POM for 'table-layout' and 'table-layout-example' projects.

Usage

The configured parent pom is used to avoid replicate the same meta inf in every project:

<parent>
  <groupId>info.clearthought</groupId>
  <artifactId>table-layout-parent</artifactId>
  <version>1</version>
</parent>

Configuration

Maven

Sonatype

Release

Versions

Version
1