Download jolo-1.0.4.jar file - Jar j

Jar examples for j:jolo

Description

Jolo is a very simple Java ASCII table printing library with a sensible API and no dependencies. Its focus is on providing an incredibly simple, yet useful API that Just Does The Right Thing and doesn't pollute the code of callers.

You can download jar file jolo 1.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jolo-1.0.4.jar to your project.

<dependency>
   <groupId>com.jasonwjones.jolo</groupId>
   <artifactId>jolo</artifactId>
   <version>1.0.4</version>
</dependency>
compile group: 'com.jasonwjones.jolo', name: 'jolo', version: '1.0.4'
libraryDependencies += "com.jasonwjones.jolo" % "jolo" % "1.0.4"
<dependency org="com.jasonwjones.jolo" name="jolo" rev="1.0.4"/>
@Grapes(@Grab(group='com.jasonwjones.jolo', module='jolo', version='1.0.4'))
'com.jasonwjones.jolo:jolo:jar:1.0.4'

Download

Click the following link to download the jar file.

jolo-1.0.4-javadoc.jar
jolo-1.0.4-sources.jar
jolo-1.0.4.jar
jolo-1.0.4.pom



Related Tutorials