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