MVN

com.github.johnkil.android-robototextview : robototextview

Maven & Gradle

Jul 26, 2017
5 usages
778 stars

RobotoTextView · Implementation of a TextView and all its direct/indirect subclasses with native support for the Roboto fonts, includes the brand new Roboto Slab and Roboto Mono fonts.

<dependency>
    <groupId>com.github.johnkil.android-robototextview</groupId>
    <artifactId>robototextview</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.johnkil.android-robototextview : robototextview to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0

All Versions

Choose a version of com.github.johnkil.android-robototextview : robototextview to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
robototextview-4.0.0
3.0.x
robototextview-3.0.0
2.5.x
robototextview-2.5.1
robototextview-2.5.0
2.4.x
robototextview-2.4.3
robototextview-2.4.2
robototextview-2.4.1
robototextview-2.4.0
2.3.x
robototextview-2.3.0
2.2.x
robototextview-2.2.0
2.1.x
robototextview-2.1.0
2.0.x
robototextview-2.0.1
robototextview-2.0.0

How to add a dependency to Maven

Add the following com.github.johnkil.android-robototextview : robototextview maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.johnkil.android-robototextview</groupId>
    <artifactId>robototextview</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.johnkil.android-robototextview : robototextview gradle dependency to your build.gradle file:

implementation 'com.github.johnkil.android-robototextview:robototextview:4.0.0'

Gradle Kotlin DSL: Add the following com.github.johnkil.android-robototextview : robototextview gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.johnkil.android-robototextview:robototextview:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.johnkil.android-robototextview : robototextview sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.johnkil.android-robototextview" % "robototextview" % "4.0.0"

Advertisement