no message

This commit is contained in:
Armamem0t 2025-07-10 08:53:30 +08:00
parent f7b318545b
commit 71bc4963b2
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B
31 changed files with 208 additions and 12 deletions

View File

@ -146,21 +146,21 @@ implementation 'com.mingliqiye:string-utils:1.0.4'
implementation("com.mingliqiye:string-utils:1.0.4") implementation("com.mingliqiye:string-utils:1.0.4")
``` ```
## tcp-proxy ## tcp-proxy
- lastUpdateTime(UTC/GMT+08:00) 2025-07-05 23:30:53 - lastUpdateTime(UTC/GMT+08:00) 2025-07-10 08:53:00
- lastVersion 0.1 - lastVersion 0.2
### maven (pom.xml) ### maven (pom.xml)
```xml ```xml
<dependency> <dependency>
<groupId>com.mingliqiye</groupId> <groupId>com.mingliqiye</groupId>
<artifactId>tcp-proxy</artifactId> <artifactId>tcp-proxy</artifactId>
<version>0.1</version> <version>0.2</version>
</dependency> </dependency>
``` ```
### Gradle (Groovy DSL - build.gradle) ### Gradle (Groovy DSL - build.gradle)
```groovy ```groovy
implementation 'com.mingliqiye:tcp-proxy:0.1' implementation 'com.mingliqiye:tcp-proxy:0.2'
``` ```
### Gradle (Kotlin DSL - build.gradle.kts) ### Gradle (Kotlin DSL - build.gradle.kts)
```kotlin ```kotlin
implementation("com.mingliqiye:tcp-proxy:0.1") implementation("com.mingliqiye:tcp-proxy:0.2")
``` ```

Binary file not shown.

View File

@ -0,0 +1 @@
386f04d8e4be928bd9e1b21e21be7715

View File

@ -0,0 +1 @@
dafb9dfb29a7e8f6259ee9f8f1c6579cefa818d3

View File

@ -0,0 +1 @@
5c732da0656b093b66ebf2c11e094014fa8c8e9aafd8067901f1bcb1a94fe81b

View File

@ -0,0 +1 @@
d8fb6742b28c690b5ff2f710d2364fb420437cc8b03c441a10ce168672653a3257f8058529c5fa28971db07eb5d4530ca516ffe6e60c6e3c6a24bbb2bce537d2

Binary file not shown.

View File

@ -0,0 +1 @@
2f010fe38bec657537e7cf7a538aa1fe

View File

@ -0,0 +1 @@
5dd2eb11ae00041a294ea1cb1abf652fd1b27d9f

View File

@ -0,0 +1 @@
523db9afb96df35ff9d759530b4fe89d4598e9a5e91eb05d972ec37515229081

View File

@ -0,0 +1 @@
17e24c84144146a5c9bea8e394efee3fbfdf9217da08289e386765d5fc6b0e67e375a6cc4c180846c000e63d9350cd374a87ef0969adab3785dd536e7e824326

Binary file not shown.

View File

@ -0,0 +1 @@
bda70485a90afb29c3d358a456eb92e7

View File

@ -0,0 +1 @@
78ff2d57f1d9953c7572a396e20a75d8ab8d38e7

View File

@ -0,0 +1 @@
ee24485579b2c91ec5f270debaac0a85dfb6e1d4ece04338e482196e98529aa9

View File

@ -0,0 +1 @@
f701bcc68cc4909032cb38779f7c38d2f468612422058f742c28d8179273dae9a560a8e9f12c08dba1db8e6f51e29d10b580eff7c8cb1ef49befdc0c8dff5d5a

View File

@ -0,0 +1,124 @@
{
"formatVersion": "1.1",
"component": {
"group": "com.mingliqiye",
"module": "tcp-proxy",
"version": "0.2",
"attributes": {
"org.gradle.status": "release"
}
},
"createdBy": {
"gradle": {
"version": "8.14.2"
}
},
"variants": [
{
"name": "apiElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 21,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-api"
},
"files": [
{
"name": "tcp-proxy-0.2.jar",
"url": "tcp-proxy-0.2.jar",
"size": 11712,
"sha512": "f701bcc68cc4909032cb38779f7c38d2f468612422058f742c28d8179273dae9a560a8e9f12c08dba1db8e6f51e29d10b580eff7c8cb1ef49befdc0c8dff5d5a",
"sha256": "ee24485579b2c91ec5f270debaac0a85dfb6e1d4ece04338e482196e98529aa9",
"sha1": "78ff2d57f1d9953c7572a396e20a75d8ab8d38e7",
"md5": "bda70485a90afb29c3d358a456eb92e7"
}
]
},
{
"name": "runtimeElements",
"attributes": {
"org.gradle.category": "library",
"org.gradle.dependency.bundling": "external",
"org.gradle.jvm.version": 21,
"org.gradle.libraryelements": "jar",
"org.gradle.usage": "java-runtime"
},
"dependencies": [
{
"group": "org.jetbrains",
"module": "annotations",
"version": {
"requires": "24.0.0"
}
},
{
"group": "com.mingliqiye",
"module": "network-endpoint",
"version": {
"requires": "1.0.4"
}
},
{
"group": "com.mingliqiye",
"module": "string-utils",
"version": {
"requires": "1.0.4"
}
},
{
"group": "com.mingliqiye",
"module": "socket-utils",
"version": {
"requires": "1.0.7"
}
},
{
"group": "org.apache.logging.log4j",
"module": "log4j-core",
"version": {
"requires": "2.25.0"
}
},
{
"group": "com.fasterxml.jackson.dataformat",
"module": "jackson-dataformat-yaml",
"version": {
"requires": "2.19.1"
}
}
],
"files": [
{
"name": "tcp-proxy-0.2.jar",
"url": "tcp-proxy-0.2.jar",
"size": 11712,
"sha512": "f701bcc68cc4909032cb38779f7c38d2f468612422058f742c28d8179273dae9a560a8e9f12c08dba1db8e6f51e29d10b580eff7c8cb1ef49befdc0c8dff5d5a",
"sha256": "ee24485579b2c91ec5f270debaac0a85dfb6e1d4ece04338e482196e98529aa9",
"sha1": "78ff2d57f1d9953c7572a396e20a75d8ab8d38e7",
"md5": "bda70485a90afb29c3d358a456eb92e7"
}
]
},
{
"name": "sourcesElements",
"attributes": {
"org.gradle.category": "documentation",
"org.gradle.dependency.bundling": "external",
"org.gradle.docstype": "sources",
"org.gradle.usage": "java-runtime"
},
"files": [
{
"name": "tcp-proxy-0.2-sources.jar",
"url": "tcp-proxy-0.2-sources.jar",
"size": 4693,
"sha512": "17e24c84144146a5c9bea8e394efee3fbfdf9217da08289e386765d5fc6b0e67e375a6cc4c180846c000e63d9350cd374a87ef0969adab3785dd536e7e824326",
"sha256": "523db9afb96df35ff9d759530b4fe89d4598e9a5e91eb05d972ec37515229081",
"sha1": "5dd2eb11ae00041a294ea1cb1abf652fd1b27d9f",
"md5": "2f010fe38bec657537e7cf7a538aa1fe"
}
]
}
]
}

View File

@ -0,0 +1 @@
1e5c7a170d8e6915fcc0c68478d45e3b

View File

@ -0,0 +1 @@
4ce02094bc19a57864c377eab1f54c2eb1c38759

View File

@ -0,0 +1 @@
b52d8ef50572783bf51f817b601845adfc5cdb80557f1bc929d3b0f434f2ef44

View File

@ -0,0 +1 @@
463c4e99386884716bd7764f16f1a651dcda820432a559c0fae997a4604f03578955d0cce9c12611c9b9734042ff5a3fb79b8be637d29ebc9d33429c0470eac7

View File

@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.mingliqiye</groupId>
<artifactId>tcp-proxy</artifactId>
<version>0.2</version>
<dependencies>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>24.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.mingliqiye</groupId>
<artifactId>network-endpoint</artifactId>
<version>1.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.mingliqiye</groupId>
<artifactId>string-utils</artifactId>
<version>1.0.4</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.mingliqiye</groupId>
<artifactId>socket-utils</artifactId>
<version>1.0.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.25.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.19.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>

View File

@ -0,0 +1 @@
d5d7af9ed9dd4e19bdcab4436d71e4ff

View File

@ -0,0 +1 @@
d5582547fb00cfa9bd12e763a67f1dcfc7dfb48f

View File

@ -0,0 +1 @@
5c74df768a2f453c70d731df46fc5b151bf4d190b6ccd857d0a6c7f2ec3fc5c2

View File

@ -0,0 +1 @@
f8c6dc1a2c8bea8a6c676b321dcfcd7ae62e7cc7641545e358b36939fc5dc3b7849c83423996eb7ae9d7741d55613a2c51cb805f11c20fb4a8f22b4d8264d07a

View File

@ -3,11 +3,12 @@
<groupId>com.mingliqiye</groupId> <groupId>com.mingliqiye</groupId>
<artifactId>tcp-proxy</artifactId> <artifactId>tcp-proxy</artifactId>
<versioning> <versioning>
<latest>0.1</latest> <latest>0.2</latest>
<release>0.1</release> <release>0.2</release>
<versions> <versions>
<version>0.1</version> <version>0.1</version>
<version>0.2</version>
</versions> </versions>
<lastUpdated>20250705153053</lastUpdated> <lastUpdated>20250710005300</lastUpdated>
</versioning> </versioning>
</metadata> </metadata>

View File

@ -1 +1 @@
9d8f5ad3ae25d7a895af4abbbb9f8de3 4a2c9739d62c7cef7557b16d1da620ca

View File

@ -1 +1 @@
63309c9f08659e2610734e15cda6ea1c3ace5128 84f3035e76f2ea33036dd0f5f7b1213db525b3d4

View File

@ -1 +1 @@
f038e1db4840b8008c65df78f10c1e9d54222cb868cf1bc027749792c5747915 7e0a7b0b7fc6c23bdc09ec264ba277165b65dd095a397c898a9948392bbf7f29

View File

@ -1 +1 @@
8afedb1af062985faefd414a1b395ea3720c08ef00ecb762a4e72263523f9e90332f8f7198f750a794b0a49a22f3febebec15819165f2817f4f4eb706fefdd71 0cc44cc6ac951b48c9d4195107638ca4931a741200e1bfc17fed0df139843f56f67f1cfe893e9bd1be58c0e0cf0d90a0a25d0a96ff00a5841b9c77da511fa3a7