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