We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180f858 commit 7d42178Copy full SHA for 7d42178
1 file changed
README.md
@@ -23,15 +23,15 @@ JDK 1.5 +
23
<repositories>
24
<repository>
25
<id>jitpack.io</id>
26
- <url>https://www.jitpack.io</url>
+ <url>https://jitpack.io</url>
27
</repository>
28
</repositories>
29
<!-- 添加 LoadKit 依赖 -->
30
<dependencies>
31
<dependency>
32
<groupId>com.github.core-lib</groupId>
33
<artifactId>loadkit</artifactId>
34
- <version>LATEST_VERSION</version>
+ <version>v1.0.0</version>
35
</dependency>
36
</dependencies>
37
</project>
0 commit comments