Categories |
CategoriesNet ORM Data |
---|---|
GroupId | GroupIdnet.gplatform |
ArtifactId | ArtifactIdspring-social-qq |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
spring-social-qq-1.0.0.pom | |
spring-social-qq-1.0.0.jar | 19 KB |
spring-social-qq-1.0.0-sources.jar | 18 KB |
spring-social-qq-1.0.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.gplatform/spring-social-qq/ -->
<dependency>
<groupId>net.gplatform</groupId>
<artifactId>spring-social-qq</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.gplatform/spring-social-qq/
implementation 'net.gplatform:spring-social-qq:1.0.0'
// https://jarcasting.com/artifacts/net.gplatform/spring-social-qq/
implementation ("net.gplatform:spring-social-qq:1.0.0")
'net.gplatform:spring-social-qq:jar:1.0.0'
<dependency org="net.gplatform" name="spring-social-qq" rev="1.0.0">
<artifact name="spring-social-qq" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.gplatform', module='spring-social-qq', version='1.0.0')
)
libraryDependencies += "net.gplatform" % "spring-social-qq" % "1.0.0"
[net.gplatform/spring-social-qq "1.0.0"]