| Лицензия |
Лицензия |
|---|---|
| Группа | Группаeu.cedarsoft.commons |
| Идентификатор | Идентификаторrepository |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRepository
Cedarsoft Open Projects
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| repository-1.0.pom | |
| repository-1.0.jar | 3 KB |
| repository-1.0-sources.jar | 1 KB |
| repository-1.0-javadoc.jar | 22 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft.commons/repository/ -->
<dependency>
<groupId>eu.cedarsoft.commons</groupId>
<artifactId>repository</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft.commons/repository/
implementation 'eu.cedarsoft.commons:repository:1.0'
// https://jarcasting.com/artifacts/eu.cedarsoft.commons/repository/
implementation ("eu.cedarsoft.commons:repository:1.0")
'eu.cedarsoft.commons:repository:jar:1.0'
<dependency org="eu.cedarsoft.commons" name="repository" rev="1.0">
<artifact name="repository" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft.commons', module='repository', version='1.0')
)
libraryDependencies += "eu.cedarsoft.commons" % "repository" % "1.0"
[eu.cedarsoft.commons/repository "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| eu.cedarsoft.commons : struct | jar | 1.0 |
| com.intellij : annotations | jar | 6.0.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.3.1 |