GroupId | GroupIdcom.github.lkqm |
---|---|
ArtifactId | ArtifactIdweixin-gateway-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
weixin-gateway-core-1.0.0.pom | |
weixin-gateway-core-1.0.0.jar | 31 KB |
weixin-gateway-core-1.0.0-sources.jar | 15 KB |
weixin-gateway-core-1.0.0-javadoc.jar | 118 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lkqm/weixin-gateway-core/ -->
<dependency>
<groupId>com.github.lkqm</groupId>
<artifactId>weixin-gateway-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lkqm/weixin-gateway-core/
implementation 'com.github.lkqm:weixin-gateway-core:1.0.0'
// https://jarcasting.com/artifacts/com.github.lkqm/weixin-gateway-core/
implementation ("com.github.lkqm:weixin-gateway-core:1.0.0")
'com.github.lkqm:weixin-gateway-core:jar:1.0.0'
<dependency org="com.github.lkqm" name="weixin-gateway-core" rev="1.0.0">
<artifact name="weixin-gateway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lkqm', module='weixin-gateway-core', version='1.0.0')
)
libraryDependencies += "com.github.lkqm" % "weixin-gateway-core" % "1.0.0"
[com.github.lkqm/weixin-gateway-core "1.0.0"]