| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.incors |
| Идентификатор | Идентификаторkunstoff-laf |
| Последняя версия | Последняя версия2.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеKunststoff Look and Feel
The Kunststoff Look and Feel is an extension to the the Java ™ Metal Look and Feel. This makes
it very compact in size (approx. 43 kBytes) and ensures that all the great features provided by the Metal
Look and Feel do not get lost. It is our little contribution for making the Java ™ platform even better and
we hope that it will help you make some wonderful GUIs.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| kunstoff-laf-2.0.2.pom | |
| kunstoff-laf-2.0.2.jar | 49 KB |
| kunstoff-laf-2.0.2-sources.jar | 35 KB |
| kunstoff-laf-2.0.2-javadoc.jar | 185 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.incors/kunstoff-laf/ -->
<dependency>
<groupId>com.incors</groupId>
<artifactId>kunstoff-laf</artifactId>
<version>2.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.incors/kunstoff-laf/
implementation 'com.incors:kunstoff-laf:2.0.2'
// https://jarcasting.com/artifacts/com.incors/kunstoff-laf/
implementation ("com.incors:kunstoff-laf:2.0.2")
'com.incors:kunstoff-laf:jar:2.0.2'
<dependency org="com.incors" name="kunstoff-laf" rev="2.0.2">
<artifact name="kunstoff-laf" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.incors', module='kunstoff-laf', version='2.0.2')
)
libraryDependencies += "com.incors" % "kunstoff-laf" % "2.0.2"
[com.incors/kunstoff-laf "2.0.2"]