| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.crabs-hue.commons |
| Идентификатор | Идентификаторcommons-dependencies |
| Последняя версия | Последняя версия0.10.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcommons-dependencies
Collection of dependencies and plugins used by Crabs Hue common libraries.
|
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| commons-dependencies-0.10.0.pom | 11 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-dependencies/ -->
<dependency>
<groupId>com.github.crabs-hue.commons</groupId>
<artifactId>commons-dependencies</artifactId>
<version>0.10.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-dependencies/
implementation 'com.github.crabs-hue.commons:commons-dependencies:0.10.0'
// https://jarcasting.com/artifacts/com.github.crabs-hue.commons/commons-dependencies/
implementation ("com.github.crabs-hue.commons:commons-dependencies:0.10.0")
'com.github.crabs-hue.commons:commons-dependencies:pom:0.10.0'
<dependency org="com.github.crabs-hue.commons" name="commons-dependencies" rev="0.10.0">
<artifact name="commons-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.crabs-hue.commons', module='commons-dependencies', version='0.10.0')
)
libraryDependencies += "com.github.crabs-hue.commons" % "commons-dependencies" % "0.10.0"
[com.github.crabs-hue.commons/commons-dependencies "0.10.0"]