| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.drjekyll |
| Идентификатор | Идентификаторfontchooser-example |
| Версия | Версия2.4 |
| Тип | Типjar |
| Описание |
ОписаниеFont Chooser Example
Example on how to use the Java Swing Font Chooser component
|
| Имя Файла | Размер |
|---|---|
| fontchooser-example-2.4.pom | |
| fontchooser-example-2.4.jar | 9 KB |
| fontchooser-example-2.4-sources.jar | 5 KB |
| fontchooser-example-2.4-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.drjekyll/fontchooser-example/ -->
<dependency>
<groupId>org.drjekyll</groupId>
<artifactId>fontchooser-example</artifactId>
<version>2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.drjekyll/fontchooser-example/
implementation 'org.drjekyll:fontchooser-example:2.4'
// https://jarcasting.com/artifacts/org.drjekyll/fontchooser-example/
implementation ("org.drjekyll:fontchooser-example:2.4")
'org.drjekyll:fontchooser-example:jar:2.4'
<dependency org="org.drjekyll" name="fontchooser-example" rev="2.4">
<artifact name="fontchooser-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.drjekyll', module='fontchooser-example', version='2.4')
)
libraryDependencies += "org.drjekyll" % "fontchooser-example" % "2.4"
[org.drjekyll/fontchooser-example "2.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.drjekyll : fontchooser | jar | 2.4 |