| Лицензия |
Лицензия |
|---|---|
| Группа | Группаru.starksoft |
| Идентификатор | Идентификаторcommons |
| Последняя версия | Последняя версия1.3.7 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
Описаниеcommons
Commons library
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commons-1.3.7.pom | |
| commons-1.3.7-sources.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ru.starksoft/commons/ -->
<dependency>
<groupId>ru.starksoft</groupId>
<artifactId>commons</artifactId>
<version>1.3.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ru.starksoft/commons/
implementation 'ru.starksoft:commons:1.3.7'
// https://jarcasting.com/artifacts/ru.starksoft/commons/
implementation ("ru.starksoft:commons:1.3.7")
'ru.starksoft:commons:aar:1.3.7'
<dependency org="ru.starksoft" name="commons" rev="1.3.7">
<artifact name="commons" type="aar" />
</dependency>
@Grapes(
@Grab(group='ru.starksoft', module='commons', version='1.3.7')
)
libraryDependencies += "ru.starksoft" % "commons" % "1.3.7"
[ru.starksoft/commons "1.3.7"]