GroupId | GroupIdcom.github.sd4324530 |
---|---|
ArtifactId | ArtifactIdfastweixin |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
fastweixin-1.1.2.pom | |
fastweixin-1.1.2.jar | 40 KB |
fastweixin-1.1.2-sources.jar | 25 KB |
fastweixin-1.1.2-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.sd4324530/fastweixin/ -->
<dependency>
<groupId>com.github.sd4324530</groupId>
<artifactId>fastweixin</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sd4324530/fastweixin/
implementation 'com.github.sd4324530:fastweixin:1.1.2'
// https://jarcasting.com/artifacts/com.github.sd4324530/fastweixin/
implementation ("com.github.sd4324530:fastweixin:1.1.2")
'com.github.sd4324530:fastweixin:jar:1.1.2'
<dependency org="com.github.sd4324530" name="fastweixin" rev="1.1.2">
<artifact name="fastweixin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sd4324530', module='fastweixin', version='1.1.2')
)
libraryDependencies += "com.github.sd4324530" % "fastweixin" % "1.1.2"
[com.github.sd4324530/fastweixin "1.1.2"]