is not current version
Last Version 2.12.65

io.engineblock:at-stdout 2.11.12

An engineblock ActivityType (AT) driver module; Provides basic formatting and output to stdout or files.

GroupId

GroupId

io.engineblock
ArtifactId

ArtifactId

at-stdout
Version

Version

2.11.12
Type

Type

jar

Download at-stdout 2.11.12


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