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