| GroupId | GroupIdio.noties.markwon |
|---|---|
| ArtifactId | ArtifactIdext-tasklist |
| Version | Version4.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| ext-tasklist-4.0.0.pom | |
| ext-tasklist-4.0.0.aar | 13 KB |
| ext-tasklist-4.0.0-sources.jar | 7 KB |
| ext-tasklist-4.0.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/ext-tasklist/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>ext-tasklist</artifactId>
<version>4.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/ext-tasklist/
implementation 'io.noties.markwon:ext-tasklist:4.0.0'
// https://jarcasting.com/artifacts/io.noties.markwon/ext-tasklist/
implementation ("io.noties.markwon:ext-tasklist:4.0.0")
'io.noties.markwon:ext-tasklist:aar:4.0.0'
<dependency org="io.noties.markwon" name="ext-tasklist" rev="4.0.0">
<artifact name="ext-tasklist" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='ext-tasklist', version='4.0.0')
)
libraryDependencies += "io.noties.markwon" % "ext-tasklist" % "4.0.0"
[io.noties.markwon/ext-tasklist "4.0.0"]