MVN

co.52inc : fontloader

Maven & Gradle

Oct 04, 2014
1 usages
7 stars

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

<dependency>
    <groupId>co.52inc</groupId>
    <artifactId>fontloader</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of co.52inc : fontloader to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of co.52inc : fontloader to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
fontloader-1.0.1
fontloader-1.0.0

How to add a dependency to Maven

Add the following co.52inc : fontloader maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>co.52inc</groupId>
    <artifactId>fontloader</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following co.52inc : fontloader gradle dependency to your build.gradle file:

implementation 'co.52inc:fontloader:1.0.1'

Gradle Kotlin DSL: Add the following co.52inc : fontloader gradle kotlin dependency to your build.gradle.kts file:

implementation("co.52inc:fontloader:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following co.52inc : fontloader sbt scala dependency to your build.sbt file:

libraryDependencies += "co.52inc" % "fontloader" % "1.0.1"

Advertisement