| Группа | Группаcom.gitee.qdbp |
|---|---|
| Идентификатор | Идентификаторqdbp-parent |
| Версия | Версия3.1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| qdbp-parent-3.1.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-parent/ -->
<dependency>
<groupId>com.gitee.qdbp</groupId>
<artifactId>qdbp-parent</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-parent/
implementation 'com.gitee.qdbp:qdbp-parent:3.1.0'
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-parent/
implementation ("com.gitee.qdbp:qdbp-parent:3.1.0")
'com.gitee.qdbp:qdbp-parent:pom:3.1.0'
<dependency org="com.gitee.qdbp" name="qdbp-parent" rev="3.1.0">
<artifact name="qdbp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.qdbp', module='qdbp-parent', version='3.1.0')
)
libraryDependencies += "com.gitee.qdbp" % "qdbp-parent" % "3.1.0"
[com.gitee.qdbp/qdbp-parent "3.1.0"]