GroupId | GroupIdcom.github.frank5380 |
---|---|
ArtifactId | ArtifactIdcandy-wechat |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
candy-wechat-0.0.3.pom | |
candy-wechat-0.0.3.jar | 4 KB |
candy-wechat-0.0.3-sources.jar | 2 KB |
candy-wechat-0.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.frank5380/candy-wechat/
implementation 'com.github.frank5380:candy-wechat:0.0.3'
// https://jarcasting.com/artifacts/com.github.frank5380/candy-wechat/
implementation ("com.github.frank5380:candy-wechat:0.0.3")
'com.github.frank5380:candy-wechat:jar:0.0.3'
<dependency org="com.github.frank5380" name="candy-wechat" rev="0.0.3">
<artifact name="candy-wechat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.frank5380', module='candy-wechat', version='0.0.3')
)
libraryDependencies += "com.github.frank5380" % "candy-wechat" % "0.0.3"
[com.github.frank5380/candy-wechat "0.0.3"]