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