GroupId | GroupIdme.zhenxin |
---|---|
ArtifactId | ArtifactIdqqbot-parent |
Version | Version1.0.2 |
Type | Typepom |
Filename | Size |
---|---|
qqbot-parent-1.0.2.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.zhenxin/qqbot-parent/ -->
<dependency>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-parent</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/me.zhenxin/qqbot-parent/
implementation 'me.zhenxin:qqbot-parent:1.0.2'
// https://jarcasting.com/artifacts/me.zhenxin/qqbot-parent/
implementation ("me.zhenxin:qqbot-parent:1.0.2")
'me.zhenxin:qqbot-parent:pom:1.0.2'
<dependency org="me.zhenxin" name="qqbot-parent" rev="1.0.2">
<artifact name="qqbot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='me.zhenxin', module='qqbot-parent', version='1.0.2')
)
libraryDependencies += "me.zhenxin" % "qqbot-parent" % "1.0.2"
[me.zhenxin/qqbot-parent "1.0.2"]