GroupId | GroupIdcom.github.zhengzhanpeng |
---|---|
ArtifactId | ArtifactIditchat4j |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
itchat4j-1.0.3.pom | |
itchat4j-1.0.3.jar | 65 KB |
itchat4j-1.0.3-sources.jar | 31 KB |
itchat4j-1.0.3-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhengzhanpeng/itchat4j/ -->
<dependency>
<groupId>com.github.zhengzhanpeng</groupId>
<artifactId>itchat4j</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhengzhanpeng/itchat4j/
implementation 'com.github.zhengzhanpeng:itchat4j:1.0.3'
// https://jarcasting.com/artifacts/com.github.zhengzhanpeng/itchat4j/
implementation ("com.github.zhengzhanpeng:itchat4j:1.0.3")
'com.github.zhengzhanpeng:itchat4j:jar:1.0.3'
<dependency org="com.github.zhengzhanpeng" name="itchat4j" rev="1.0.3">
<artifact name="itchat4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhengzhanpeng', module='itchat4j', version='1.0.3')
)
libraryDependencies += "com.github.zhengzhanpeng" % "itchat4j" % "1.0.3"
[com.github.zhengzhanpeng/itchat4j "1.0.3"]