| License |
License |
|---|---|
| GroupId | GroupIdcom.github.johnkil.android-robototextview |
| ArtifactId | ArtifactIdrobototextview |
| Last Version | Last Version4.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionRobotoTextView
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.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| robototextview-4.0.0.pom | |
| robototextview-4.0.0.aar | 1 MB |
| robototextview-4.0.0-sources.jar | 24 KB |
| robototextview-4.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.johnkil.android-robototextview/robototextview/ -->
<dependency>
<groupId>com.github.johnkil.android-robototextview</groupId>
<artifactId>robototextview</artifactId>
<version>4.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.johnkil.android-robototextview/robototextview/
implementation 'com.github.johnkil.android-robototextview:robototextview:4.0.0'
// https://jarcasting.com/artifacts/com.github.johnkil.android-robototextview/robototextview/
implementation ("com.github.johnkil.android-robototextview:robototextview:4.0.0")
'com.github.johnkil.android-robototextview:robototextview:aar:4.0.0'
<dependency org="com.github.johnkil.android-robototextview" name="robototextview" rev="4.0.0">
<artifact name="robototextview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.johnkil.android-robototextview', module='robototextview', version='4.0.0')
)
libraryDependencies += "com.github.johnkil.android-robototextview" % "robototextview" % "4.0.0"
[com.github.johnkil.android-robototextview/robototextview "4.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » appcompat-v7 | jar | 26.0.0 |