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