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