License |
License |
---|---|
GroupId | GroupIdcom.github.lalyos |
ArtifactId | ArtifactIdjfiglet |
Last Version | Last Version0.0.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjfiglet
Java implementation of FIGfonts (http://www.figlet.org/) to create ascii art banners
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jfiglet-0.0.9.pom | |
jfiglet-0.0.9.jar | 13 KB |
jfiglet-0.0.9-sources.jar | 11 KB |
jfiglet-0.0.9-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.lalyos/jfiglet/ -->
<dependency>
<groupId>com.github.lalyos</groupId>
<artifactId>jfiglet</artifactId>
<version>0.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lalyos/jfiglet/
implementation 'com.github.lalyos:jfiglet:0.0.9'
// https://jarcasting.com/artifacts/com.github.lalyos/jfiglet/
implementation ("com.github.lalyos:jfiglet:0.0.9")
'com.github.lalyos:jfiglet:jar:0.0.9'
<dependency org="com.github.lalyos" name="jfiglet" rev="0.0.9">
<artifact name="jfiglet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lalyos', module='jfiglet', version='0.0.9')
)
libraryDependencies += "com.github.lalyos" % "jfiglet" % "0.0.9"
[com.github.lalyos/jfiglet "0.0.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |