License |
License |
---|---|
GroupId | GroupIdcn.songxinqiang |
ArtifactId | ArtifactIdweixin4j-parent |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionweixin4j-parent
Weixin4j is a lib for java to connect to Weixin Public Platform.
|
Project URL |
Project URL |
Filename | Size |
---|---|
weixin4j-parent-1.0.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.songxinqiang/weixin4j-parent/ -->
<dependency>
<groupId>cn.songxinqiang</groupId>
<artifactId>weixin4j-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.songxinqiang/weixin4j-parent/
implementation 'cn.songxinqiang:weixin4j-parent:1.0.0'
// https://jarcasting.com/artifacts/cn.songxinqiang/weixin4j-parent/
implementation ("cn.songxinqiang:weixin4j-parent:1.0.0")
'cn.songxinqiang:weixin4j-parent:pom:1.0.0'
<dependency org="cn.songxinqiang" name="weixin4j-parent" rev="1.0.0">
<artifact name="weixin4j-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.songxinqiang', module='weixin4j-parent', version='1.0.0')
)
libraryDependencies += "cn.songxinqiang" % "weixin4j-parent" % "1.0.0"
[cn.songxinqiang/weixin4j-parent "1.0.0"]