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