| Группа | Группаio.noties.markwon |
|---|---|
| Идентификатор | Идентификаторrecycler-table |
| Версия | Версия4.0.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| recycler-table-4.0.0.pom | |
| recycler-table-4.0.0.aar | 13 KB |
| recycler-table-4.0.0-sources.jar | 7 KB |
| recycler-table-4.0.0-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/recycler-table/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>recycler-table</artifactId>
<version>4.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/recycler-table/
implementation 'io.noties.markwon:recycler-table:4.0.0'
// https://jarcasting.com/artifacts/io.noties.markwon/recycler-table/
implementation ("io.noties.markwon:recycler-table:4.0.0")
'io.noties.markwon:recycler-table:aar:4.0.0'
<dependency org="io.noties.markwon" name="recycler-table" rev="4.0.0">
<artifact name="recycler-table" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='recycler-table', version='4.0.0')
)
libraryDependencies += "io.noties.markwon" % "recycler-table" % "4.0.0"
[io.noties.markwon/recycler-table "4.0.0"]