| Группа | Группаcom.cedarsoft.commons.swing |
|---|---|
| Идентификатор | Идентификаторcomponents |
| Версия | Версия8.2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| components-8.2.1.pom | |
| components-8.2.1.jar | 23 KB |
| components-8.2.1-tests.jar | 5 KB |
| components-8.2.1-sources.jar | 10 KB |
| components-8.2.1-javadoc.jar | 88 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.swing/components/ -->
<dependency>
<groupId>com.cedarsoft.commons.swing</groupId>
<artifactId>components</artifactId>
<version>8.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.swing/components/
implementation 'com.cedarsoft.commons.swing:components:8.2.1'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.swing/components/
implementation ("com.cedarsoft.commons.swing:components:8.2.1")
'com.cedarsoft.commons.swing:components:jar:8.2.1'
<dependency org="com.cedarsoft.commons.swing" name="components" rev="8.2.1">
<artifact name="components" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.swing', module='components', version='8.2.1')
)
libraryDependencies += "com.cedarsoft.commons.swing" % "components" % "8.2.1"
[com.cedarsoft.commons.swing/components "8.2.1"]