Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.guerlab |
ArtifactId | ArtifactIdsdk-qq |
Version | Version1.1.3 |
Type | Typepom |
Filename | Size |
---|---|
sdk-qq-1.1.3.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.guerlab/sdk-qq/ -->
<dependency>
<groupId>net.guerlab</groupId>
<artifactId>sdk-qq</artifactId>
<version>1.1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.guerlab/sdk-qq/
implementation 'net.guerlab:sdk-qq:1.1.3'
// https://jarcasting.com/artifacts/net.guerlab/sdk-qq/
implementation ("net.guerlab:sdk-qq:1.1.3")
'net.guerlab:sdk-qq:pom:1.1.3'
<dependency org="net.guerlab" name="sdk-qq" rev="1.1.3">
<artifact name="sdk-qq" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.guerlab', module='sdk-qq', version='1.1.3')
)
libraryDependencies += "net.guerlab" % "sdk-qq" % "1.1.3"
[net.guerlab/sdk-qq "1.1.3"]