is not current version
Last Version 0.4.0

io.github.dgroup:term4j 0.3.0

Simplify manipulations with CLI terminal(s) for Java-based applications

GroupId

GroupId

io.github.dgroup
ArtifactId

ArtifactId

term4j
Version

Version

0.3.0
Type

Type

jar

Download term4j 0.3.0


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