big-banners

Create ASCII art banner texts.

License

License

GroupId

GroupId

guru.nidi
ArtifactId

ArtifactId

big-banners
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

big-banners
Create ASCII art banner texts.
Project URL

Project URL

https://github.com/nidi3/big-banners
Source Code Management

Source Code Management

https://github.com/nidi3/big-banners

Download big-banners

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jre8 jar 1.2.10
com.github.lalyos : jfiglet jar 0.0.8

test (4)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-test jar 1.2.10
org.junit.jupiter : junit-jupiter-engine jar 5.0.1
org.junit.jupiter : junit-jupiter-api jar 5.0.1
org.apiguardian : apiguardian-api jar 1.0.0

Project Modules

There are no modules declared in this project.
______  _         ______                                       
| ___ \(_)        | ___ \                                      
| |_/ / _   __ _  | |_/ /  __ _  _ __   _ __    ___  _ __  ___ 
| ___ \| | / _` | | ___ \ / _` || '_ \ | '_ \  / _ \| '__|/ __|
| |_/ /| || (_| | | |_/ /| (_| || | | || | | ||  __/| |   \__ \
\____/ |_| \__, | \____/  \__,_||_| |_||_| |_| \___||_|   |___/
            __/ |                                              
           |___/                                               

Create ASCII art banners.

Thanks to Lajos Papp for his java implementation of FIGfonts.

Thanks to Markus Gebhard for his collection of figlet fonts.

Versions

Version
0.0.2
0.0.1