Download fontloader-1.0.1.jar file - Jar f

Jar examples for f:fontloader

Description

A tool for convenient loading of roboto typefaces and applying to textviews

You can download jar file fontloader 1.0.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fontloader-1.0.1.jar to your project.

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

Download

Click the following link to download the jar file.

fontloader-1.0.1.pom



Related Tutorials