com.github.tomas-langer:chalk

Terminal string styling done right (in java)

License

License

GroupId

GroupId

com.github.tomas-langer
ArtifactId

ArtifactId

chalk
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.tomas-langer:chalk
Terminal string styling done right (in java)
Project URL

Project URL

https://github.com/tomas-langer/chalk

Download chalk

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.fusesource.hawtjni : hawtjni-runtime jar 1.11
org.fusesource.jansi : jansi-native jar 1.5

runtime (2)

Group / Artifact Type Version
org.fusesource.jansi : jansi-native jar 1.5
org.fusesource.jansi : jansi-native jar 1.5

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1
1.0.0