no message
This commit is contained in:
parent
7225438341
commit
31caab3965
@ -60,6 +60,7 @@ maven {
|
||||
## hash-utils
|
||||
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:29:35
|
||||
- lastVersion 1.0.1
|
||||
- [Source](https://git.mingliqiye.com/mingliqiye/hash-utils)
|
||||
### maven (pom.xml)
|
||||
```xml
|
||||
<dependency>
|
||||
@ -79,6 +80,7 @@ implementation("com.mingliqiye:hash-utils:1.0.1")
|
||||
## minecraft-SLP
|
||||
- lastUpdateTime(UTC/GMT+08:00) 2025-07-09 23:11:05
|
||||
- lastVersion 1.0.1
|
||||
- [Source](https://git.mingliqiye.com/mingliqiye/minecraft-SLP)
|
||||
### maven (pom.xml)
|
||||
```xml
|
||||
<dependency>
|
||||
@ -98,6 +100,7 @@ implementation("com.mingliqiye:minecraft-SLP:1.0.1")
|
||||
## network-endpoint
|
||||
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:43:50
|
||||
- lastVersion 1.0.4
|
||||
- [Source](https://git.mingliqiye.com/mingliqiye/network-endpoint)
|
||||
### maven (pom.xml)
|
||||
```xml
|
||||
<dependency>
|
||||
@ -117,6 +120,7 @@ implementation("com.mingliqiye:network-endpoint:1.0.4")
|
||||
## socket-utils
|
||||
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:50:37
|
||||
- lastVersion 1.0.7
|
||||
- [Source](https://git.mingliqiye.com/mingliqiye/socket-utils)
|
||||
### maven (pom.xml)
|
||||
```xml
|
||||
<dependency>
|
||||
@ -136,6 +140,7 @@ implementation("com.mingliqiye:socket-utils:1.0.7")
|
||||
## string-utils
|
||||
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:26:35
|
||||
- lastVersion 1.0.4
|
||||
- [Source](https://git.mingliqiye.com/mingliqiye/string-utils)
|
||||
### maven (pom.xml)
|
||||
```xml
|
||||
<dependency>
|
||||
@ -155,6 +160,7 @@ implementation("com.mingliqiye:string-utils:1.0.4")
|
||||
## tcp-proxy
|
||||
- lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:53:00
|
||||
- lastVersion 0.2
|
||||
- [Source](https://git.mingliqiye.com/mingliqiye/tcp-proxy)
|
||||
### maven (pom.xml)
|
||||
```xml
|
||||
<dependency>
|
||||
|
@ -132,6 +132,7 @@ if __name__ == '__main__':
|
||||
readme += f"## {metadata.artifactId}\n"
|
||||
readme += f"- lastUpdateTime(UTC/GMT+08:00) {metadata.versioning.lastUpdated}\n"
|
||||
readme += f"- lastVersion {metadata.versioning.latest}\n"
|
||||
readme += f"- [Source](https://git.mingliqiye.com/mingliqiye/{metadata.artifactId})\n"
|
||||
dep = Dependency.of(metadata)
|
||||
readme += f"### maven (pom.xml)\n"
|
||||
readme += f"```xml\n{dep.getMaven()}\n```\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user