License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Auto Application Layer Libs Code Generators |
GroupId | GroupIdme.grantland |
ArtifactId | ArtifactIdautofittextview |
Version | Version0.2.1 |
Type | Typeaar |
Description |
DescriptionAndroid-AutofitTextView Library
A TextView that automatically resizes text to fit perfectly within its bounds.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autofittextview-0.2.1.pom | |
autofittextview-0.2.1.aar | 11 KB |
autofittextview-0.2.1-sources.jar | 6 KB |
autofittextview-0.2.1-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.grantland/autofittextview/ -->
<dependency>
<groupId>me.grantland</groupId>
<artifactId>autofittextview</artifactId>
<version>0.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/me.grantland/autofittextview/
implementation 'me.grantland:autofittextview:0.2.1'
// https://jarcasting.com/artifacts/me.grantland/autofittextview/
implementation ("me.grantland:autofittextview:0.2.1")
'me.grantland:autofittextview:aar:0.2.1'
<dependency org="me.grantland" name="autofittextview" rev="0.2.1">
<artifact name="autofittextview" type="aar" />
</dependency>
@Grapes(
@Grab(group='me.grantland', module='autofittextview', version='0.2.1')
)
libraryDependencies += "me.grantland" % "autofittextview" % "0.2.1"
[me.grantland/autofittextview "0.2.1"]