| Лицензия |
Лицензия
Public Domain
|
|---|---|
| Группа | Группаuk.org.retep |
| Идентификатор | ИдентификаторretepSwing |
| Последняя версия | Последняя версия10.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеretepTools Swing
A collection of swing components. Originally part of retepTools this
library was then made a separate component, but as of 9.7 it's now back
in the main project.
|
| Организация-разработчик |
Организация-разработчикRetep Development Group |
| Имя Файла | Размер |
|---|---|
| retepSwing-10.6.pom | |
| retepSwing-10.6.jar | 554 KB |
| retepSwing-10.6-sources.jar | 525 KB |
| retepSwing-10.6-javadoc.jar | 1 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.org.retep/retepSwing/ -->
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>retepSwing</artifactId>
<version>10.6</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/retepSwing/
implementation 'uk.org.retep:retepSwing:10.6'
// https://jarcasting.com/artifacts/uk.org.retep/retepSwing/
implementation ("uk.org.retep:retepSwing:10.6")
'uk.org.retep:retepSwing:jar:10.6'
<dependency org="uk.org.retep" name="retepSwing" rev="10.6">
<artifact name="retepSwing" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='retepSwing', version='10.6')
)
libraryDependencies += "uk.org.retep" % "retepSwing" % "10.6"
[uk.org.retep/retepSwing "10.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| uk.org.retep.tools : collections | jar | 10.6 |
| uk.org.retep.tools : graphics | jar | 10.6 |
| uk.org.retep.tools : logging | jar | 10.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.7 |