GroupId | GroupIdcom.github.xiaoyuge5201 |
---|---|
ArtifactId | ArtifactIdcommon_weixin_util |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
common_weixin_util-1.0.pom | |
common_weixin_util-1.0.jar | 15 KB |
common_weixin_util-1.0-sources.jar | 10 KB |
common_weixin_util-1.0-javadoc.jar | 46 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/common_weixin_util/
implementation 'com.github.xiaoyuge5201:common_weixin_util:1.0'
// https://jarcasting.com/artifacts/com.github.xiaoyuge5201/common_weixin_util/
implementation ("com.github.xiaoyuge5201:common_weixin_util:1.0")
'com.github.xiaoyuge5201:common_weixin_util:jar:1.0'
<dependency org="com.github.xiaoyuge5201" name="common_weixin_util" rev="1.0">
<artifact name="common_weixin_util" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoyuge5201', module='common_weixin_util', version='1.0')
)
libraryDependencies += "com.github.xiaoyuge5201" % "common_weixin_util" % "1.0"
[com.github.xiaoyuge5201/common_weixin_util "1.0"]