License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.JoeKerouac |
ArtifactId | ArtifactIdsocket-client |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsocket框架,方便快速开发socket服务端和客户端
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
socket-client-1.1.pom | |
socket-client-1.1.jar | 38 KB |
socket-client-1.1-sources.jar | 26 KB |
socket-client-1.1-javadoc.jar | 174 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.JoeKerouac/socket-client/ -->
<dependency>
<groupId>com.github.JoeKerouac</groupId>
<artifactId>socket-client</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.JoeKerouac/socket-client/
implementation 'com.github.JoeKerouac:socket-client:1.1'
// https://jarcasting.com/artifacts/com.github.JoeKerouac/socket-client/
implementation ("com.github.JoeKerouac:socket-client:1.1")
'com.github.JoeKerouac:socket-client:jar:1.1'
<dependency org="com.github.JoeKerouac" name="socket-client" rev="1.1">
<artifact name="socket-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.JoeKerouac', module='socket-client', version='1.1')
)
libraryDependencies += "com.github.JoeKerouac" % "socket-client" % "1.1"
[com.github.JoeKerouac/socket-client "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.JoeKerouac : utils | jar | 1.10.004 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |