| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.hardsoftstudio.real.textview |
| Идентификатор | Идентификаторlibrary |
| Последняя версия | Последняя версия0.88 |
| Дата | Дата |
| Тип | Типaar |
| Описание |
ОписаниеRealTextView Library
A better TextView, a real one, with a mix of open source libraries and improvements
|
| Имя Файла | Размер |
|---|---|
| library-0.88.pom | |
| library-0.88.aar | 85 KB |
| library-0.88-sources.jar | 22 KB |
| library-0.88-javadoc.jar | 115 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.hardsoftstudio.real.textview/library/ -->
<dependency>
<groupId>com.hardsoftstudio.real.textview</groupId>
<artifactId>library</artifactId>
<version>0.88</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.hardsoftstudio.real.textview/library/
implementation 'com.hardsoftstudio.real.textview:library:0.88'
// https://jarcasting.com/artifacts/com.hardsoftstudio.real.textview/library/
implementation ("com.hardsoftstudio.real.textview:library:0.88")
'com.hardsoftstudio.real.textview:library:aar:0.88'
<dependency org="com.hardsoftstudio.real.textview" name="library" rev="0.88">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.hardsoftstudio.real.textview', module='library', version='0.88')
)
libraryDependencies += "com.hardsoftstudio.real.textview" % "library" % "0.88"
[com.hardsoftstudio.real.textview/library "0.88"]