Download chalk-1.0.2.jar file - Jar c

Jar examples for c:chalk

Description

Terminal string styling done right (in java)

You can download jar file chalk 1.0.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add chalk-1.0.2.jar to your project.

<dependency>
   <groupId>com.github.tomas-langer</groupId>
   <artifactId>chalk</artifactId>
   <version>1.0.2</version>
</dependency>
compile group: 'com.github.tomas-langer', name: 'chalk', version: '1.0.2'
libraryDependencies += "com.github.tomas-langer" % "chalk" % "1.0.2"
<dependency org="com.github.tomas-langer" name="chalk" rev="1.0.2"/>
@Grapes(@Grab(group='com.github.tomas-langer', module='chalk', version='1.0.2'))
'com.github.tomas-langer:chalk:jar:1.0.2'

Download

Click the following link to download the jar file.

chalk-1.0.2-javadoc.jar
chalk-1.0.2-sources.jar
chalk-1.0.2.jar
chalk-1.0.2.pom



Related Tutorials