License |
License |
---|---|
GroupId | GroupIdcom.github.JoeKerouac |
ArtifactId | ArtifactIdsocket-common |
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-common-1.1.pom | |
socket-common-1.1.jar | 69 KB |
socket-common-1.1-sources.jar | 39 KB |
socket-common-1.1-javadoc.jar | 331 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.JoeKerouac/socket-common/ -->
<dependency>
<groupId>com.github.JoeKerouac</groupId>
<artifactId>socket-common</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.JoeKerouac/socket-common/
implementation 'com.github.JoeKerouac:socket-common:1.1'
// https://jarcasting.com/artifacts/com.github.JoeKerouac/socket-common/
implementation ("com.github.JoeKerouac:socket-common:1.1")
'com.github.JoeKerouac:socket-common:jar:1.1'
<dependency org="com.github.JoeKerouac" name="socket-common" rev="1.1">
<artifact name="socket-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.JoeKerouac', module='socket-common', version='1.1')
)
libraryDependencies += "com.github.JoeKerouac" % "socket-common" % "1.1"
[com.github.JoeKerouac/socket-common "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.curator : curator-recipes | jar | 4.0.0 |
com.github.JoeKerouac : utils | jar | 1.10.004 |
ch.qos.logback : logback-core | jar |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | |
org.projectlombok : lombok | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar |