| License |
License |
|---|---|
| GroupId | GroupIdcom.gitee.qdbp |
| ArtifactId | ArtifactIdqdbp-parent |
| Version | Version5.0.1 |
| Type | Typepom |
| Description |
Descriptionqdbp-parent
qdbp parent library
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| qdbp-parent-5.0.1.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-parent/ -->
<dependency>
<groupId>com.gitee.qdbp</groupId>
<artifactId>qdbp-parent</artifactId>
<version>5.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-parent/
implementation 'com.gitee.qdbp:qdbp-parent:5.0.1'
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-parent/
implementation ("com.gitee.qdbp:qdbp-parent:5.0.1")
'com.gitee.qdbp:qdbp-parent:pom:5.0.1'
<dependency org="com.gitee.qdbp" name="qdbp-parent" rev="5.0.1">
<artifact name="qdbp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.qdbp', module='qdbp-parent', version='5.0.1')
)
libraryDependencies += "com.gitee.qdbp" % "qdbp-parent" % "5.0.1"
[com.gitee.qdbp/qdbp-parent "5.0.1"]