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