cn.tursom-ts-web-okhttp (1.1-SNAPSHOT)
Installation
<repositories>
<repository>
<id>gitea</id>
<url> </url>
</repository>
</repositories>
<distributionManagement>
<repository>
<id>gitea</id>
<url> </url>
</repository>
<snapshotRepository>
<id>gitea</id>
<url> </url>
</snapshotRepository>
</distributionManagement>
<dependency>
<groupId>cn.tursom</groupId>
<artifactId>ts-web-okhttp</artifactId>
<version>1.1-SNAPSHOT</version>
</dependency>
mvn install
mvn dependency:get -DremoteRepositories= -Dartifact=cn.tursom:ts-web-okhttp:1.1-SNAPSHOT
Dependencies
cn.tursom:ts-core
1.1-SNAPSHOT
cn.tursom:ts-buffer
1.1-SNAPSHOT
cn.tursom:ts-log
1.1-SNAPSHOT
cn.tursom:ts-web
1.1-SNAPSHOT
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm
1.7.3
com.squareup.okhttp3:okhttp
4.9.3
io.netty:netty-all
4.1.86.Final
org.slf4j:slf4j-api
1.7.32
org.jetbrains.kotlin:kotlin-stdlib
1.9.22