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