is not current version
Last Version 2.12.65

io.engineblock:at-tcp 2.11.22

An engineblock ActivityType (AT) driver module; Provides TCP client and server stdout content. As a client, connects to a server and pushes content. As a server, waits for connections and then pushes content to clients.

GroupId

GroupId

io.engineblock
ArtifactId

ArtifactId

at-tcp
Version

Version

2.11.22
Type

Type

jar

Download at-tcp 2.11.22


<!-- https://jarcasting.com/artifacts/io.engineblock/at-tcp/ -->
<dependency>
    <groupId>io.engineblock</groupId>
    <artifactId>at-tcp</artifactId>
    <version>2.11.22</version>
</dependency>
// https://jarcasting.com/artifacts/io.engineblock/at-tcp/
implementation 'io.engineblock:at-tcp:2.11.22'
// https://jarcasting.com/artifacts/io.engineblock/at-tcp/
implementation ("io.engineblock:at-tcp:2.11.22")
'io.engineblock:at-tcp:jar:2.11.22'
<dependency org="io.engineblock" name="at-tcp" rev="2.11.22">
  <artifact name="at-tcp" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.engineblock', module='at-tcp', version='2.11.22')
)
libraryDependencies += "io.engineblock" % "at-tcp" % "2.11.22"
[io.engineblock/at-tcp "2.11.22"]