GroupId | GroupIdio.noties.markwon |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version4.3.1 |
Type | Typeaar |
Filename | Size |
---|---|
core-4.3.1.pom | |
core-4.3.1.aar | 112 KB |
core-4.3.1-sources.jar | 68 KB |
core-4.3.1-javadoc.jar | 281 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/core/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>core</artifactId>
<version>4.3.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/core/
implementation 'io.noties.markwon:core:4.3.1'
// https://jarcasting.com/artifacts/io.noties.markwon/core/
implementation ("io.noties.markwon:core:4.3.1")
'io.noties.markwon:core:aar:4.3.1'
<dependency org="io.noties.markwon" name="core" rev="4.3.1">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='core', version='4.3.1')
)
libraryDependencies += "io.noties.markwon" % "core" % "4.3.1"
[io.noties.markwon/core "4.3.1"]