is not current version
Last Version 4.6.2

io.noties.markwon:recycler-table 4.0.2

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

GroupId

GroupId

io.noties.markwon
ArtifactId

ArtifactId

recycler-table
Version

Version

4.0.2
Type

Type

aar

Download recycler-table 4.0.2


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