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