is not current version
Last Version 2.12.65

io.engineblock:at-tcp 2.12.57

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.12.57
Type

Type

jar

Download at-tcp 2.12.57


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