GroupId | GroupIdcom.github.frank5380 |
---|---|
ArtifactId | ArtifactIdcandy-wechat |
Version | Version0.0.9 |
Type | Typejar |
Filename | Size |
---|---|
candy-wechat-0.0.9.pom | |
candy-wechat-0.0.9.jar | 4 KB |
candy-wechat-0.0.9-sources.jar | 2 KB |
candy-wechat-0.0.9-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.frank5380/candy-wechat/ -->
<dependency>
<groupId>com.github.frank5380</groupId>
<artifactId>candy-wechat</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frank5380/candy-wechat/
implementation 'com.github.frank5380:candy-wechat:0.0.9'
// https://jarcasting.com/artifacts/com.github.frank5380/candy-wechat/
implementation ("com.github.frank5380:candy-wechat:0.0.9")
'com.github.frank5380:candy-wechat:jar:0.0.9'
<dependency org="com.github.frank5380" name="candy-wechat" rev="0.0.9">
<artifact name="candy-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frank5380', module='candy-wechat', version='0.0.9')
)
libraryDependencies += "com.github.frank5380" % "candy-wechat" % "0.0.9"
[com.github.frank5380/candy-wechat "0.0.9"]