is not current version
Last Version 4.6.2

io.noties.markwon:recycler-table 4.5.1

Provides MarkwonAdapter.Entry to render TableBlocks inside Android-native TableLayout widget

GroupId

GroupId

io.noties.markwon
ArtifactId

ArtifactId

recycler-table
Version

Version

4.5.1
Type

Type

aar

Download recycler-table 4.5.1


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