License |
License |
---|---|
GroupId | GroupIduk.theretiredprogrammer |
ArtifactId | ArtifactIdbdf2tft |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBDF 2 TFT
Utility to convert a BDF font to a custom font for a small TFT screen
|
Project URL |
Project URL |
Filename | Size |
---|---|
bdf2tft-2.0.0.pom | |
bdf2tft-2.0.0.jar | 37 KB |
bdf2tft-2.0.0-sources.jar | 25 KB |
bdf2tft-2.0.0-javadoc.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.theretiredprogrammer/bdf2tft/ -->
<dependency>
<groupId>uk.theretiredprogrammer</groupId>
<artifactId>bdf2tft</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/uk.theretiredprogrammer/bdf2tft/
implementation 'uk.theretiredprogrammer:bdf2tft:2.0.0'
// https://jarcasting.com/artifacts/uk.theretiredprogrammer/bdf2tft/
implementation ("uk.theretiredprogrammer:bdf2tft:2.0.0")
'uk.theretiredprogrammer:bdf2tft:jar:2.0.0'
<dependency org="uk.theretiredprogrammer" name="bdf2tft" rev="2.0.0">
<artifact name="bdf2tft" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.theretiredprogrammer', module='bdf2tft', version='2.0.0')
)
libraryDependencies += "uk.theretiredprogrammer" % "bdf2tft" % "2.0.0"
[uk.theretiredprogrammer/bdf2tft "2.0.0"]