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

🔖 1.3.0。

上级 761994d7
......@@ -45,19 +45,19 @@
<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-auto</artifactId>
<version>1.2.5</version>
<version>1.3.0</version>
<scope>provided</scope>
</dependency>
```
### gradle >= 5.x
```groovy
annotationProcessor("net.dreamlu:mica-auto:1.2.5")
annotationProcessor("net.dreamlu:mica-auto:1.3.0")
```
### gradle < 5.x
```groovy
compileOnly "net.dreamlu:mica-auto:1.2.5"
compileOnly "net.dreamlu:mica-auto:1.3.0"
```
## 原理
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册