не последняя версия
Последняя версия 4.6.2

io.noties.markwon:recycler 4.6.0

Provides RecyclerView.Adapter to display Markwon markdown

Группа

Группа

io.noties.markwon
Идентификатор

Идентификатор

recycler
Версия

Версия

4.6.0
Тип

Тип

aar

Скачать recycler 4.6.0


<!-- https://jarcasting.com/artifacts/io.noties.markwon/recycler/ -->
<dependency>
    <groupId>io.noties.markwon</groupId>
    <artifactId>recycler</artifactId>
    <version>4.6.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/recycler/
implementation 'io.noties.markwon:recycler:4.6.0'
// https://jarcasting.com/artifacts/io.noties.markwon/recycler/
implementation ("io.noties.markwon:recycler:4.6.0")
'io.noties.markwon:recycler:aar:4.6.0'
<dependency org="io.noties.markwon" name="recycler" rev="4.6.0">
  <artifact name="recycler" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='recycler', version='4.6.0')
)
libraryDependencies += "io.noties.markwon" % "recycler" % "4.6.0"
[io.noties.markwon/recycler "4.6.0"]