| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.enesusta |
| Идентификатор | Идентификаторswcomp |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеSwing components for Java
Swing Components
|
| Имя Файла | Размер |
|---|---|
| swcomp-1.0.0.pom | |
| swcomp-1.0.0.jar | 3 KB |
| swcomp-1.0.0-sources.jar | 1 KB |
| swcomp-1.0.0-javadoc.jar | 395 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.enesusta/swcomp/ -->
<dependency>
<groupId>com.github.enesusta</groupId>
<artifactId>swcomp</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.enesusta/swcomp/
implementation 'com.github.enesusta:swcomp:1.0.0'
// https://jarcasting.com/artifacts/com.github.enesusta/swcomp/
implementation ("com.github.enesusta:swcomp:1.0.0")
'com.github.enesusta:swcomp:jar:1.0.0'
<dependency org="com.github.enesusta" name="swcomp" rev="1.0.0">
<artifact name="swcomp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.enesusta', module='swcomp', version='1.0.0')
)
libraryDependencies += "com.github.enesusta" % "swcomp" % "1.0.0"
[com.github.enesusta/swcomp "1.0.0"]