| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.oryanmat |
| Идентификатор | ИдентификаторLayouts |
| Версия | Версия2.0 |
| Тип | Типjar |
| Описание |
ОписаниеLayouts
Layouts provides an simple, clean and readable way for
arranging Swing components in containers.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| Layouts-2.0.pom | |
| Layouts-2.0.jar | 14 KB |
| Layouts-2.0-sources.jar | 5 KB |
| Layouts-2.0-javadoc.jar | 90 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.oryanmat/Layouts/ -->
<dependency>
<groupId>com.github.oryanmat</groupId>
<artifactId>Layouts</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.oryanmat/Layouts/
implementation 'com.github.oryanmat:Layouts:2.0'
// https://jarcasting.com/artifacts/com.github.oryanmat/Layouts/
implementation ("com.github.oryanmat:Layouts:2.0")
'com.github.oryanmat:Layouts:jar:2.0'
<dependency org="com.github.oryanmat" name="Layouts" rev="2.0">
<artifact name="Layouts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.oryanmat', module='Layouts', version='2.0')
)
libraryDependencies += "com.github.oryanmat" % "Layouts" % "2.0"
[com.github.oryanmat/Layouts "2.0"]