is not current version
Last Version 2.12.65

io.engineblock:at-stdout 2.12.50

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

Type

jar

Download at-stdout 2.12.50


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