| Лицензия |
Лицензия |
|---|---|
| Группа | Группаtop.cheesetree.btx.common |
| Идентификатор | Идентификаторbtx-common-parent |
| Версия | Версия1.2.0 |
| Тип | Типpom |
| Описание |
Описаниеbtx-common-parent
An enterprise-level development framework based on springboot
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| btx-common-parent-1.2.0.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/top.cheesetree.btx.common/btx-common-parent/ -->
<dependency>
<groupId>top.cheesetree.btx.common</groupId>
<artifactId>btx-common-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.cheesetree.btx.common/btx-common-parent/
implementation 'top.cheesetree.btx.common:btx-common-parent:1.2.0'
// https://jarcasting.com/artifacts/top.cheesetree.btx.common/btx-common-parent/
implementation ("top.cheesetree.btx.common:btx-common-parent:1.2.0")
'top.cheesetree.btx.common:btx-common-parent:pom:1.2.0'
<dependency org="top.cheesetree.btx.common" name="btx-common-parent" rev="1.2.0">
<artifact name="btx-common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.cheesetree.btx.common', module='btx-common-parent', version='1.2.0')
)
libraryDependencies += "top.cheesetree.btx.common" % "btx-common-parent" % "1.2.0"
[top.cheesetree.btx.common/btx-common-parent "1.2.0"]