Download fontbox-0.1.0.jar file - Jar f

Jar examples for f:fontbox

Description

The Apache FontBox library is an open source Java tool to obtain low level information from font files. FontBox is a subproject of Apache PDFBox.

You can download jar file fontbox 0.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add fontbox-0.1.0.jar to your project.

<dependency>
   <groupId>org.fontbox</groupId>
   <artifactId>fontbox</artifactId>
   <version>0.1.0</version>
</dependency>
compile group: 'org.fontbox', name: 'fontbox', version: '0.1.0'
libraryDependencies += "org.fontbox" % "fontbox" % "0.1.0"
<dependency org="org.fontbox" name="fontbox" rev="0.1.0"/>
@Grapes(@Grab(group='org.fontbox', module='fontbox', version='0.1.0'))
'org.fontbox:fontbox:jar:0.1.0'

Download

Click the following link to download the jar file.

fontbox-0.1.0.jar
fontbox-0.1.0.pom



Related Tutorials