simplesocket

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!

License

License

GroupId

GroupId

io.github.zlgspace
ArtifactId

ArtifactId

simplesocket
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

simplesocket
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

https://github.com/zlgspace/SimpleSocket
Source Code Management

Source Code Management

https://github.com/zlgspace/SimpleSocket

Download simplesocket

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0