| GroupId | GroupIdcom.github.xiaoyuge5201 |
|---|---|
| ArtifactId | ArtifactIdcommon_weixin_util |
| Version | Version1.3.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common_weixin_util-1.3.1.pom | |
| common_weixin_util-1.3.1.jar | 16 KB |
| common_weixin_util-1.3.1-sources.jar | 11 KB |
| common_weixin_util-1.3.1-javadoc.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xiaoyuge5201/common_weixin_util/ -->
<dependency>
<groupId>com.github.xiaoyuge5201</groupId>
<artifactId>common_weixin_util</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/common_weixin_util/
implementation 'com.github.xiaoyuge5201:common_weixin_util:1.3.1'
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/common_weixin_util/
implementation ("com.github.xiaoyuge5201:common_weixin_util:1.3.1")
'com.github.xiaoyuge5201:common_weixin_util:jar:1.3.1'
<dependency org="com.github.xiaoyuge5201" name="common_weixin_util" rev="1.3.1">
<artifact name="common_weixin_util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoyuge5201', module='common_weixin_util', version='1.3.1')
)
libraryDependencies += "com.github.xiaoyuge5201" % "common_weixin_util" % "1.3.1"
[com.github.xiaoyuge5201/common_weixin_util "1.3.1"]