is not current version
Last Version 4.6.2

io.noties.markwon:syntax-highlight 4.4.0

Add syntax highlight to Markwon markdown via Prism4j library

GroupId

GroupId

io.noties.markwon
ArtifactId

ArtifactId

syntax-highlight
Version

Version

4.4.0
Type

Type

aar

Download syntax-highlight 4.4.0


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