is not current version
Last Version 1.1.0

com.github.alorma:diff-textview 1.0.0

With this android library you are able to display DIFF in a TextView.

Categories

Categories

ORM Data
GroupId

GroupId

com.github.alorma
ArtifactId

ArtifactId

diff-textview
Version

Version

1.0.0
Type

Type

aar

Download diff-textview 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.alorma/diff-textview/ -->
<dependency>
    <groupId>com.github.alorma</groupId>
    <artifactId>diff-textview</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.alorma/diff-textview/
implementation 'com.github.alorma:diff-textview:1.0.0'
// https://jarcasting.com/artifacts/com.github.alorma/diff-textview/
implementation ("com.github.alorma:diff-textview:1.0.0")
'com.github.alorma:diff-textview:aar:1.0.0'
<dependency org="com.github.alorma" name="diff-textview" rev="1.0.0">
  <artifact name="diff-textview" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.alorma', module='diff-textview', version='1.0.0')
)
libraryDependencies += "com.github.alorma" % "diff-textview" % "1.0.0"
[com.github.alorma/diff-textview "1.0.0"]