GroupId | GroupIdcom.github.songxchn |
---|---|
ArtifactId | ArtifactIdweixin-common |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
weixin-common-0.0.1.pom | |
weixin-common-0.0.1.jar | 16 KB |
weixin-common-0.0.1-sources.jar | 9 KB |
weixin-common-0.0.1-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.songxchn/weixin-common/ -->
<dependency>
<groupId>com.github.songxchn</groupId>
<artifactId>weixin-common</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.songxchn/weixin-common/
implementation 'com.github.songxchn:weixin-common:0.0.1'
// https://jarcasting.com/artifacts/com.github.songxchn/weixin-common/
implementation ("com.github.songxchn:weixin-common:0.0.1")
'com.github.songxchn:weixin-common:jar:0.0.1'
<dependency org="com.github.songxchn" name="weixin-common" rev="0.0.1">
<artifact name="weixin-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.songxchn', module='weixin-common', version='0.0.1')
)
libraryDependencies += "com.github.songxchn" % "weixin-common" % "0.0.1"
[com.github.songxchn/weixin-common "0.0.1"]