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