License |
License
BSD
|
---|---|
GroupId | GroupIdorg.fontbox |
ArtifactId | ArtifactIdfontbox |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFontBox - Java Font Library
FontBox is a Java font library used to obtain low level information from font files.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fontbox-0.1.0.pom | |
fontbox-0.1.0.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fontbox/fontbox/ -->
<dependency>
<groupId>org.fontbox</groupId>
<artifactId>fontbox</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fontbox/fontbox/
implementation 'org.fontbox:fontbox:0.1.0'
// https://jarcasting.com/artifacts/org.fontbox/fontbox/
implementation ("org.fontbox:fontbox:0.1.0")
'org.fontbox:fontbox:jar:0.1.0'
<dependency org="org.fontbox" name="fontbox" rev="0.1.0">
<artifact name="fontbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fontbox', module='fontbox', version='0.1.0')
)
libraryDependencies += "org.fontbox" % "fontbox" % "0.1.0"
[org.fontbox/fontbox "0.1.0"]