| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.arnabk |
| Идентификатор | Идентификаторpgslookandfeel |
| Последняя версия | Последняя версия1.1.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеpgslookandfeel
The PgsLookAndFeel is a modern, cross platform LookAndFeel for Java/Swing.
It’s goal is to provide a single look and feel for applications on Windows,
Gnome and KDE. It is free and OpenSource, licensed under terms of the
Apache Software License 2.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| pgslookandfeel-1.1.4.pom | |
| pgslookandfeel-1.1.4.jar | 168 KB |
| pgslookandfeel-1.1.4-sources.jar | 106 KB |
| pgslookandfeel-1.1.4-javadoc.jar | 381 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.arnabk/pgslookandfeel/ -->
<dependency>
<groupId>com.github.arnabk</groupId>
<artifactId>pgslookandfeel</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.arnabk/pgslookandfeel/
implementation 'com.github.arnabk:pgslookandfeel:1.1.4'
// https://jarcasting.com/artifacts/com.github.arnabk/pgslookandfeel/
implementation ("com.github.arnabk:pgslookandfeel:1.1.4")
'com.github.arnabk:pgslookandfeel:jar:1.1.4'
<dependency org="com.github.arnabk" name="pgslookandfeel" rev="1.1.4">
<artifact name="pgslookandfeel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.arnabk', module='pgslookandfeel', version='1.1.4')
)
libraryDependencies += "com.github.arnabk" % "pgslookandfeel" % "1.1.4"
[com.github.arnabk/pgslookandfeel "1.1.4"]