提交 40b5b8d1 编写于 作者: 如梦技术's avatar 如梦技术 🐛

🔖 2.1.1

上级 c4f27737
......@@ -49,19 +49,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-auto</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<scope>provided</scope>
</dependency>
```
### gradle >= 5.x
```groovy
annotationProcessor("net.dreamlu:mica-auto:2.1.0")
annotationProcessor("net.dreamlu:mica-auto:2.1.1")
```
### gradle < 5.x
```groovy
compileOnly "net.dreamlu:mica-auto:2.1.0"
compileOnly "net.dreamlu:mica-auto:2.1.1"
```
## 原理
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册