MiGLayout Core

MiGLayout - core layout logic

Лицензия

Лицензия

BSD
Группа

Группа

com.miglayout
Идентификатор

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

miglayout-core
Последняя версия

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

11.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

MiGLayout Core
MiGLayout - core layout logic

Скачать miglayout-core

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2

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

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

miglayout

Official MiG Layout for Swing, SWT and JavaFX

For Java developers writing GUI layouts by hand that wants simplicity, power and automatic per platform fidelity, that are dissatisfied with the current layout managers in Swing, JavaFX and SWT, MigLayout solves your layout problems. User interfaces created with MigLayout is easy to maintain, you will understand how the layout will look like just by looking at the source code.

MigLayout is a superbly versatile JavaFX/SWT/Swing layout manager that makes layout problems trivial. It is using String or API type-checked constraints to format the layout. MigLayout can produce flowing, grid based, absolute (with links), grouped and docking layouts. You will never have to switch to another layout manager ever again! MigLayout is created to be to manually coded layouts what Matisse/GroupLayout is to IDE supported visual layouts.

For documentation see http://miglayout.com

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

Версия
11.0
5.3
5.2
5.1
5.0
4.2
4.1