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