License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.readyou |
ArtifactId | ArtifactIdwx-java |
Version | Version3.4.1 |
Type | Typepom |
Description |
DescriptionWxJava - Weixin/Wechat Java SDK
微信开发Java SDK
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wx-java-3.4.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.readyou/wx-java/ -->
<dependency>
<groupId>com.github.readyou</groupId>
<artifactId>wx-java</artifactId>
<version>3.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.readyou/wx-java/
implementation 'com.github.readyou:wx-java:3.4.1'
// https://jarcasting.com/artifacts/com.github.readyou/wx-java/
implementation ("com.github.readyou:wx-java:3.4.1")
'com.github.readyou:wx-java:pom:3.4.1'
<dependency org="com.github.readyou" name="wx-java" rev="3.4.1">
<artifact name="wx-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.readyou', module='wx-java', version='3.4.1')
)
libraryDependencies += "com.github.readyou" % "wx-java" % "3.4.1"
[com.github.readyou/wx-java "3.4.1"]