Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 296 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 296 Bytes

java-tcpclientserver

Simple TCP Client + Server wrappers to handle string processing.

Installation

  1. Add to your pom.xml
<dependency>
  <groupId>io.github.vaqxai</groupId>
  <artifactId>tcpclientserver</artifactId>
  <version>1.2.1</version>
</dependency>
  1. run mvn install