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