GroupId | GroupIdcom.github.1991wangliang |
---|---|
ArtifactId | ArtifactIdweixin-api-service |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
weixin-api-service-1.0.2.pom | |
weixin-api-service-1.0.2.jar | 36 KB |
weixin-api-service-1.0.2-sources.jar | 26 KB |
weixin-api-service-1.0.2-javadoc.jar | 156 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.1991wangliang/weixin-api-service/ -->
<dependency>
<groupId>com.github.1991wangliang</groupId>
<artifactId>weixin-api-service</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.1991wangliang/weixin-api-service/
implementation 'com.github.1991wangliang:weixin-api-service:1.0.2'
// https://jarcasting.com/artifacts/com.github.1991wangliang/weixin-api-service/
implementation ("com.github.1991wangliang:weixin-api-service:1.0.2")
'com.github.1991wangliang:weixin-api-service:jar:1.0.2'
<dependency org="com.github.1991wangliang" name="weixin-api-service" rev="1.0.2">
<artifact name="weixin-api-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.1991wangliang', module='weixin-api-service', version='1.0.2')
)
libraryDependencies += "com.github.1991wangliang" % "weixin-api-service" % "1.0.2"
[com.github.1991wangliang/weixin-api-service "1.0.2"]