MVN

com.innovattic : fontlib-native

Maven & Gradle

Feb 11, 2017
35 stars

Android Font Library (font aware native TextViews) · Font library for Android with xml, style and textAppearance support. fontlib-native contains font aware subclasses of TextView and its subclasses.

<dependency>
    <groupId>com.innovattic</groupId>
    <artifactId>fontlib-native</artifactId>
    <version>5.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.innovattic : fontlib-native to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of com.innovattic : fontlib-native to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
fontlib-native-5.1.0
5.0.x
fontlib-native-5.0.0

How to add a dependency to Maven

Add the following com.innovattic : fontlib-native maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.innovattic</groupId>
    <artifactId>fontlib-native</artifactId>
    <version>5.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.innovattic : fontlib-native gradle dependency to your build.gradle file:

implementation 'com.innovattic:fontlib-native:5.1.0'

Gradle Kotlin DSL: Add the following com.innovattic : fontlib-native gradle kotlin dependency to your build.gradle.kts file:

implementation("com.innovattic:fontlib-native:5.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.innovattic : fontlib-native sbt scala dependency to your build.sbt file:

libraryDependencies += "com.innovattic" % "fontlib-native" % "5.1.0"