is not current version
Last Version 0.0.9

com.github.lalyos:jfiglet 0.0.1

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

GroupId

GroupId

com.github.lalyos
ArtifactId

ArtifactId

jfiglet
Version

Version

0.0.1
Type

Type

jar

Download jfiglet 0.0.1


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