We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f507331 commit d567a74Copy full SHA for d567a74
APIJSON-Java-Server/APIJSONDemo-Script/pom.xml
@@ -19,16 +19,16 @@
19
20
<dependencies>
21
<!-- 需要的 APIJSON 相关依赖 -->
22
- <dependency>
23
- <groupId>com.github.Tencent</groupId>
24
- <artifactId>APIJSON</artifactId>
25
- <version>6.0.0</version>
26
- </dependency>
27
28
- <groupId>com.github.APIJSON</groupId>
29
- <artifactId>apijson-framework</artifactId>
30
31
+ <dependency>
+ <groupId>com.github.Tencent</groupId>
+ <artifactId>APIJSON</artifactId>
+ <version>6.0.0</version>
+ </dependency>
+ <groupId>com.github.APIJSON</groupId>
+ <artifactId>apijson-framework</artifactId>
32
33
<!-- 需要用的数据库 JDBC 驱动 -->
34
<dependency>
0 commit comments