| License |
License |
|---|---|
| Categories |
CategoriesORM Data |
| GroupId | GroupIdcom.github.alorma |
| ArtifactId | ArtifactIddiff-textview |
| Version | Version1.1.0 |
| Type | Typeaar |
| Description |
DescriptionGitDiffTextView
With this android library you are able to display DIFF in a TextView.
|
| Filename | Size |
|---|---|
| diff-textview-1.1.0.pom | |
| diff-textview-1.1.0.aar | 4 KB |
| diff-textview-1.1.0-sources.jar | 1 KB |
| diff-textview-1.1.0-javadoc.jar | 36 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.alorma/diff-textview/ -->
<dependency>
<groupId>com.github.alorma</groupId>
<artifactId>diff-textview</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alorma/diff-textview/
implementation 'com.github.alorma:diff-textview:1.1.0'
// https://jarcasting.com/artifacts/com.github.alorma/diff-textview/
implementation ("com.github.alorma:diff-textview:1.1.0")
'com.github.alorma:diff-textview:aar:1.1.0'
<dependency org="com.github.alorma" name="diff-textview" rev="1.1.0">
<artifact name="diff-textview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.alorma', module='diff-textview', version='1.1.0')
)
libraryDependencies += "com.github.alorma" % "diff-textview" % "1.1.0"
[com.github.alorma/diff-textview "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » support-annotations | jar | 21.0.3 |