TableLayout

TableLayout is a totally free layout manager designed to make creating user interfaces fast and easy. It can do anything GridBagLayout can do and much, much more. Yet it is remarkably simple and easy to use.

Лицензия

Лицензия

dev.java.net "Other" License
Группа

Группа

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

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

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

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

20050920
Дата

Дата

Тип

Тип

jar
Описание

Описание

TableLayout
TableLayout is a totally free layout manager designed to make creating user interfaces fast and easy. It can do anything GridBagLayout can do and much, much more. Yet it is remarkably simple and easy to use.

Скачать TableLayout

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

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

Зависимости

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

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

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

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

Версия
20050920
20020517