Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdio.noties.markwon |
ArtifactId | ArtifactIdimage-glide |
Version | Version4.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
image-glide-4.0.1.pom | |
image-glide-4.0.1.aar | 7 KB |
image-glide-4.0.1-sources.jar | 2 KB |
image-glide-4.0.1-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.noties.markwon/image-glide/ -->
<dependency>
<groupId>io.noties.markwon</groupId>
<artifactId>image-glide</artifactId>
<version>4.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties.markwon/image-glide/
implementation 'io.noties.markwon:image-glide:4.0.1'
// https://jarcasting.com/artifacts/io.noties.markwon/image-glide/
implementation ("io.noties.markwon:image-glide:4.0.1")
'io.noties.markwon:image-glide:aar:4.0.1'
<dependency org="io.noties.markwon" name="image-glide" rev="4.0.1">
<artifact name="image-glide" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties.markwon', module='image-glide', version='4.0.1')
)
libraryDependencies += "io.noties.markwon" % "image-glide" % "4.0.1"
[io.noties.markwon/image-glide "4.0.1"]