is not current version
Last Version 2.12.65

io.engineblock:at-tcp 2.11.43

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

Type

jar

Download at-tcp 2.11.43


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