| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаcom.github.alorma |
| Идентификатор | Идентификаторdiff-textview |
| Версия | Версия1.1.0 |
| Тип | Типaar |
| Описание |
ОписаниеGitDiffTextView
With this android library you are able to display DIFF in a TextView.
|
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.android.support » support-annotations | jar | 21.0.3 |