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