TableLayout Parent POM

The parent pom for table-layout projects

Лицензия

Лицензия

The Clearthought Software License, Version 2.0
Группа

Группа

info.clearthought
Идентификатор

Идентификатор

table-layout-parent
Последняя версия

Последняя версия

1
Дата

Дата

Тип

Тип

pom
Описание

Описание

TableLayout Parent POM
The parent pom for table-layout projects
Ссылка на сайт

Ссылка на сайт

https://github.com/nerro/table-layout-parent
Система контроля версий

Система контроля версий

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

Скачать table-layout-parent

Имя Файла Размер
table-layout-parent-1.pom 7 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1