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