License |
License |
---|---|
GroupId | GroupIdio.noties.markwon |
ArtifactId | ArtifactIdsyntax-highlight |
Version | Version4.6.2 |
Type | Typeaar |
Description |
DescriptionSyntax Highlight
Add syntax highlight to Markwon markdown via Prism4j library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
syntax-highlight-4.6.2.pom | |
syntax-highlight-4.6.2.aar | 21 KB |
syntax-highlight-4.6.2-sources.jar | 6 KB |
syntax-highlight-4.6.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/syntax-highlight/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>syntax-highlight</artifactId>
<version>4.6.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/syntax-highlight/
implementation 'io.noties.markwon:syntax-highlight:4.6.2'
// https://jarcasting.com/artifacts/io.noties.markwon/syntax-highlight/
implementation ("io.noties.markwon:syntax-highlight:4.6.2")
'io.noties.markwon:syntax-highlight:aar:4.6.2'
<dependency org="io.noties.markwon" name="syntax-highlight" rev="4.6.2">
<artifact name="syntax-highlight" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='syntax-highlight', version='4.6.2')
)
libraryDependencies += "io.noties.markwon" % "syntax-highlight" % "4.6.2"
[io.noties.markwon/syntax-highlight "4.6.2"]
Group / Artifact | Type | Version |
---|---|---|
io.noties.markwon : core | jar | 4.6.2 |
io.noties : prism4j | jar | 2.0.0 |