net.javase.wechat-wechat-api (1.0.3)

Published 2022-09-05 09:40:36 +08:00 by frank

Installation

<repositories>
	<repository>
		<id>gitea</id>
			<url></url>
	</repository>
</repositories>

<distributionManagement>
	<repository>
		<id>gitea</id>
		<url></url>
	</repository>

	<snapshotRepository>
		<id>gitea</id>
		<url></url>
	</snapshotRepository>
</distributionManagement>
<dependency>
	<groupId>net.javase.wechat</groupId>
	<artifactId>wechat-api</artifactId>
	<version>1.0.3</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=net.javase.wechat:wechat-api:1.0.3

Dependencies

junit:junit
${junit.version}
org.projectlombok:lombok
${lombok.version}
cn.hutool:hutool-http
${hutool.version}
cn.hutool:hutool-crypto
${hutool.version}
com.alibaba:fastjson
${fastjson.version}
org.slf4j:slf4j-api
${slf4j.version}
org.slf4j:slf4j-simple
${slf4j.version}
org.bouncycastle:bcprov-jdk15on
1.60
Details
Maven
2022-09-05 09:40:36 +08:00
3
610 KiB
Assets (4)
Versions (1) View all
1.0.3 2022-09-05