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