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