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