GroupId | GroupIdio.noties.markwon |
---|---|
ArtifactId | ArtifactIdsyntax-highlight |
Version | Version4.5.0 |
Type | Typeaar |
Filename | Size |
---|---|
syntax-highlight-4.5.0.pom | |
syntax-highlight-4.5.0.aar | 21 KB |
syntax-highlight-4.5.0-sources.jar | 6 KB |
syntax-highlight-4.5.0-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.5.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/syntax-highlight/
implementation 'io.noties.markwon:syntax-highlight:4.5.0'
// https://jarcasting.com/artifacts/io.noties.markwon/syntax-highlight/
implementation ("io.noties.markwon:syntax-highlight:4.5.0")
'io.noties.markwon:syntax-highlight:aar:4.5.0'
<dependency org="io.noties.markwon" name="syntax-highlight" rev="4.5.0">
<artifact name="syntax-highlight" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='syntax-highlight', version='4.5.0')
)
libraryDependencies += "io.noties.markwon" % "syntax-highlight" % "4.5.0"
[io.noties.markwon/syntax-highlight "4.5.0"]