| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.jiangzeyin.fast-boot |
| Идентификатор | Идентификаторcommon-parent |
| Последняя версия | Последняя версия2.3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеFast-boot
Spring Boot fast-boot
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| common-parent-2.3.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-parent/ -->
<dependency>
<groupId>cn.jiangzeyin.fast-boot</groupId>
<artifactId>common-parent</artifactId>
<version>2.3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-parent/
implementation 'cn.jiangzeyin.fast-boot:common-parent:2.3.0'
// https://jarcasting.com/artifacts/cn.jiangzeyin.fast-boot/common-parent/
implementation ("cn.jiangzeyin.fast-boot:common-parent:2.3.0")
'cn.jiangzeyin.fast-boot:common-parent:pom:2.3.0'
<dependency org="cn.jiangzeyin.fast-boot" name="common-parent" rev="2.3.0">
<artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.jiangzeyin.fast-boot', module='common-parent', version='2.3.0')
)
libraryDependencies += "cn.jiangzeyin.fast-boot" % "common-parent" % "2.3.0"
[cn.jiangzeyin.fast-boot/common-parent "2.3.0"]