License |
License |
---|---|
GroupId | GroupIdio.github.zlgspace |
ArtifactId | ArtifactIdsimplesocket |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsimplesocket
The Android or Java Socket application framework simplifies the Socket development process. During the communication using Sokcet, you do not need to pay attention to the tedious byte parsing steps, but only need to pay attention to the messages defined by yourself!
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simplesocket-1.0.0.pom | |
simplesocket-1.0.0.jar | 18 KB |
simplesocket-1.0.0-sources.jar | 6 KB |
simplesocket-1.0.0-javadoc.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.zlgspace/simplesocket/ -->
<dependency>
<groupId>io.github.zlgspace</groupId>
<artifactId>simplesocket</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.zlgspace/simplesocket/
implementation 'io.github.zlgspace:simplesocket:1.0.0'
// https://jarcasting.com/artifacts/io.github.zlgspace/simplesocket/
implementation ("io.github.zlgspace:simplesocket:1.0.0")
'io.github.zlgspace:simplesocket:jar:1.0.0'
<dependency org="io.github.zlgspace" name="simplesocket" rev="1.0.0">
<artifact name="simplesocket" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.zlgspace', module='simplesocket', version='1.0.0')
)
libraryDependencies += "io.github.zlgspace" % "simplesocket" % "1.0.0"
[io.github.zlgspace/simplesocket "1.0.0"]