Skip to content

Commit 50f79b9

Browse files
committed
chore: update readme
1 parent b11161a commit 50f79b9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
1+
<h1 align="center"><a href="https://github.com/group-robot/java-work-weixin-robot" target="_blank">java-work-weixin-robot</a></h1>
2+
<p align="center">
3+
<a href="https://search.maven.org/artifact/io.github.group-robot/java-work-weixin-robot">
4+
<img alt="Maven Central" src="https://img.shields.io/maven-central/v/io.github.group-robot/java-work-weixin-robot?style=flat-square">
5+
</a>
6+
<a href="https://github.com/group-robot/java-work-weixin-robot/blob/master/LICENSE">
7+
<img alt="GitHub" src="https://img.shields.io/github/license/group-robot/java-work-weixin-robot?style=flat-square">
8+
</a>
9+
<a href="https://github.com/group-robot/java-work-weixin-robot/actions">
10+
<img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/group-robot/java-work-weixin-robot/Tag%20Release?style=flat-square">
11+
</a>
12+
<a href="https://www.oracle.com/java/technologies/javase-downloads.html">
13+
<img alt="jdk" src="https://img.shields.io/badge/jdk-8%2B-green?style=flat-square">
14+
</a>
15+
</p>
16+
117
# java-work-weixin-robot
218
企业微信群机器人java版[docs](https://developer.work.weixin.qq.com/document/path/91770)
319

20+
# maven
21+
```xml
22+
<dependency>
23+
<groupId>io.github.group-robot</groupId>
24+
<artifactId>wrok-weixin-robot-core</artifactId>
25+
<version>${version}</version>
26+
</dependency>
27+
```
28+
429
# example
530
## Text
631
```java

0 commit comments

Comments
 (0)