| Лицензия |
Лицензия |
|---|---|
| Группа | Группаxyz.migoo.springboot |
| Идентификатор | Идентификаторmigoo-framework-dependencies |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеmigoo-framework-dependencies
migoo-framework 依赖管理
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| migoo-framework-dependencies-1.0.0.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/xyz.migoo.springboot/migoo-framework-dependencies/ -->
<dependency>
<groupId>xyz.migoo.springboot</groupId>
<artifactId>migoo-framework-dependencies</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/xyz.migoo.springboot/migoo-framework-dependencies/
implementation 'xyz.migoo.springboot:migoo-framework-dependencies:1.0.0'
// https://jarcasting.com/artifacts/xyz.migoo.springboot/migoo-framework-dependencies/
implementation ("xyz.migoo.springboot:migoo-framework-dependencies:1.0.0")
'xyz.migoo.springboot:migoo-framework-dependencies:pom:1.0.0'
<dependency org="xyz.migoo.springboot" name="migoo-framework-dependencies" rev="1.0.0">
<artifact name="migoo-framework-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='xyz.migoo.springboot', module='migoo-framework-dependencies', version='1.0.0')
)
libraryDependencies += "xyz.migoo.springboot" % "migoo-framework-dependencies" % "1.0.0"
[xyz.migoo.springboot/migoo-framework-dependencies "1.0.0"]