| GroupId | GroupIdcom.gitee.qdbp |
|---|---|
| ArtifactId | ArtifactIdqdbp-parent |
| Version | Version3.0.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| qdbp-parent-3.0.2.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-parent/ -->
<dependency>
<groupId>com.gitee.qdbp</groupId>
<artifactId>qdbp-parent</artifactId>
<version>3.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-parent/
implementation 'com.gitee.qdbp:qdbp-parent:3.0.2'
// https://jarcasting.com/artifacts/com.gitee.qdbp/qdbp-parent/
implementation ("com.gitee.qdbp:qdbp-parent:3.0.2")
'com.gitee.qdbp:qdbp-parent:pom:3.0.2'
<dependency org="com.gitee.qdbp" name="qdbp-parent" rev="3.0.2">
<artifact name="qdbp-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.gitee.qdbp', module='qdbp-parent', version='3.0.2')
)
libraryDependencies += "com.gitee.qdbp" % "qdbp-parent" % "3.0.2"
[com.gitee.qdbp/qdbp-parent "3.0.2"]