Download jfiglet-0.0.2.jar file - Jar j

Jar examples for j:jfiglet

Description

Java implementation of FIGfonts (http://www.figlet.org/) to create ascii art banners

You can download jar file jfiglet 0.0.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jfiglet-0.0.2.jar to your project.

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

Download

Click the following link to download the jar file.

jfiglet-0.0.2-javadoc.jar
jfiglet-0.0.2-sources.jar
jfiglet-0.0.2.jar
jfiglet-0.0.2.pom



Related Tutorials