is not current version
Last Version 4.6.2

io.noties.markwon:recycler 4.0.1

Provides RecyclerView.Adapter to display Markwon markdown

GroupId

GroupId

io.noties.markwon
ArtifactId

ArtifactId

recycler
Version

Version

4.0.1
Type

Type

aar

Download recycler 4.0.1


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