is not current version
Last Version 4.6.2

io.noties.markwon:core 4.3.0

Core Markwon artifact that includes basic markdown parsing and rendering

GroupId

GroupId

io.noties.markwon
ArtifactId

ArtifactId

core
Version

Version

4.3.0
Type

Type

aar

Download core 4.3.0


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